ps1 : disable full path.

This commit is contained in:
Dmitry Voronin 2023-11-27 22:52:55 +03:00
parent 84f2e89dd4
commit 73f8b71d24

View file

@ -40,8 +40,8 @@ __prompt_command()
# add user, host and working dir
PS1+="\u@\h "
PS1+="\[${color_blue}\]"
# PS1+="\w"
PS1+="\${PWD}"
PS1+="\w"
# PS1+="\${PWD}"
# Add git branch if available.
local git_branch="$(_git_current_branch)"