Fix terminal windows showing changed dirs
This commit is contained in:
parent
e73f48c7eb
commit
0363e5316f
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ HISTTIMEFORMAT='%F %T '
|
||||||
|
|
||||||
shopt -s histappend
|
shopt -s histappend
|
||||||
shopt -s cmdhist #Save multi line commands as one history entry
|
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
|
PROMPT_DIRTRIM=2
|
||||||
PS1='\[\033[0;33m\][\u@\h:\w]\$\[\033[0m\] '
|
PS1='\[\033[0;33m\][\u@\h:\w]\$\[\033[0m\] '
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue