ps1 : add an option for full workdit path.

This commit is contained in:
Dmitry Voronin 2023-11-25 21:24:34 +03:00
parent 91d30d8673
commit e9662005f3

View file

@ -41,6 +41,7 @@ __prompt_command()
PS1+="\u@\h " PS1+="\u@\h "
PS1+="\[${color_blue}\]" PS1+="\[${color_blue}\]"
PS1+="\w" PS1+="\w"
# PS1+="\${PWD}"
# set error red # set error red
if $is_error; then if $is_error; then