fixes prompt
This commit is contained in:
parent
aeeaccae23
commit
71cc281146
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@
|
|||
else
|
||||
source ~/.git-prompt.sh
|
||||
|
||||
PROMPT_COMMAND="PS1_CMD1=$(__git_ps1 "(%s)")";
|
||||
PROMPT_COMMAND="PS1_CMD1=$(__git_ps1 \"(%s)\")";
|
||||
PS1="\[\e[95m\]\u\[\e[35m\]@\h\[\e[0m\] \[\e[96m\]\w\[\e[0m\] \[\e[95m\]$PS1_CMD1\n\[\e[96m\]λ\[\e[0m\] "
|
||||
fi
|
||||
'';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue