bashrc: full path of course
This commit is contained in:
parent
2274d523aa
commit
6927126e30
1 changed files with 1 additions and 1 deletions
2
bashrc
2
bashrc
|
@ -23,7 +23,7 @@ prompt_command() {
|
|||
}
|
||||
((UID)) && ps_clr=4 || ps_clr=1
|
||||
# just a colored version of [ $USER@$HOSTNAME ~ ]
|
||||
PS1='\[\e[47;30m\][ \[\e[3'"$ps_clr"'m\]\u\[\e[30m\]@\h \[\e[32m\W\[\e[30m\] ]\[\e[0m\]\n\$ '
|
||||
PS1='\[\e[47;30m\][ \[\e[3'"$ps_clr"'m\]\u\[\e[30m\]@\h \[\e[32m\w\[\e[30m\] ]\[\e[0m\]\n\$ '
|
||||
unset ps_clr
|
||||
PROMPT_COMMAND=prompt_command
|
||||
# }}}
|
||||
|
|
Loading…
Reference in a new issue