update PS1

This commit is contained in:
2024-06-22 03:08:34 +03:00
parent 83f7d9224f
commit de00c0e03e
2 changed files with 32 additions and 1 deletions
+2 -1
View File
@@ -8,7 +8,8 @@ HISTSIZE=1000
HISTFILESIZE=2000
###########################################################
export PS1='\[\e[0;33m\][\t] \[\e[0;32m\][\W]\[\e[0m\] \[\e[0;31m\]> \[\e[0m\]'
#export PS1='\[\e[0;33m\][\t] \[\e[0;32m\][\W]\[\e[0m\] \[\e[0;31m\]> \[\e[0m\]'
source ${HOME}/PS1.bash
export GPG_TTY=$(tty)
export PATH="$PATH:$HOME/.local/bin"