ps1 : disable full path.
This commit is contained in:
parent
84f2e89dd4
commit
73f8b71d24
|
@ -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)"
|
||||
|
|
Reference in a new issue