Update .bashrc
parent
3f2b6d0c83
commit
e31580f947
|
@ -21,7 +21,7 @@ export HISTTIMEFORMAT="[%F %T] "
|
|||
shopt -s checkwinsize
|
||||
|
||||
|
||||
PS1='\[\e[1;40m\]\[\e[31m\] \[\e[m\]\[\e[44m\]\[\e[30m\]\[\e[m\]\[\e[44m\] \w \[\e[m\]\[\e[34m\]\[\e[m\]\[\e[31m\]$(__git_ps1)\[\e[m\] '
|
||||
PS1='\[\e[1;31m\]\[\e[32m\]\[\e[33m\]\[\e[m\]\[\e[34m\] \w\[\e[m\]\[\e[31m\]$(__git_ps1)\[\e[m\] '
|
||||
|
||||
|
||||
# enable color support of ls and also add handy aliases
|
||||
|
@ -63,4 +63,4 @@ if ! shopt -oq posix; then
|
|||
elif [ -f /etc/bash_completion ]; then
|
||||
. /etc/bash_completion
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue