1
0
Fork 0

update `.bashrc`

urosm 2024-01-15 01:42:15 +01:00
parent 6d410fda8e
commit 159aa485ac
1 changed files with 0 additions and 1 deletions

1
bashrc
View File

@ -12,7 +12,6 @@ export HISTCONTROL=ignoredups:erasedups
export HISTSIZE=-1
export HISTFILESIZE=-1
shopt -s histappend
PROMPT_COMMAND="history -a; history -c; history -r; $PROMPT_COMMAND"
# set the title to user@host:dir
PS1="\[\e]0;\u@\h:\w\a\]$PS1"