Fix terminal windows showing changed dirs

This commit is contained in:
Bart van der Braak 2026-02-05 11:32:35 +01:00
parent e73f48c7eb
commit 0363e5316f
No known key found for this signature in database

View file

@ -41,7 +41,7 @@ HISTTIMEFORMAT='%F %T '
shopt -s histappend
shopt -s cmdhist #Save multi line commands as one history entry
PROMPT_COMMAND='history -a' #Append to history after each command
PROMPT_COMMAND+=("history -a") #Append to history after each command
PROMPT_DIRTRIM=2
PS1='\[\033[0;33m\][\u@\h:\w]\$\[\033[0m\] '