fix: color in PS1
This commit is contained in:
parent
96d591a9d8
commit
6eac2da874
1 changed files with 1 additions and 1 deletions
2
.bashrc
2
.bashrc
|
@ -41,7 +41,7 @@ if [ -f ~/.bash_aliases.local ]; then
|
|||
source ~/.bash_aliases.local
|
||||
fi
|
||||
|
||||
PS1="$PURPLE\u$nc@$CYAN\H$nc:$GREEN\w$YELLOW"'$(__git_ps1)'"$nc\\n$GREEN\$$nc "
|
||||
PS1="$PURPLE\u$nc@$BLUE\H$nc:$GREEN\w$YELLOW"'$(__git_ps1)'"$nc\\n$GREEN\$$nc "
|
||||
|
||||
export PATH=/usr/local/bin:/usr/bin:/usr/sbin:/bin:/sbin:~/bin
|
||||
|
||||
|
|
Loading…
Reference in a new issue