ps1 : add an option for full workdit path.
This commit is contained in:
parent
91d30d8673
commit
e9662005f3
|
@ -41,6 +41,7 @@ __prompt_command()
|
|||
PS1+="\u@\h "
|
||||
PS1+="\[${color_blue}\]"
|
||||
PS1+="\w"
|
||||
# PS1+="\${PWD}"
|
||||
|
||||
# set error red
|
||||
if $is_error; then
|
||||
|
|
Reference in a new issue