bash/prompt
This commit is contained in:
parent
52a93c61cc
commit
633f42b6c2
1 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,8 @@ if [ "$(type -t __git_ps1)" == 'function' ] ; then
|
||||||
PS1="${PS1} –\e[0;35m\$(__git_ps1)\e[0m"
|
PS1="${PS1} –\e[0;35m\$(__git_ps1)\e[0m"
|
||||||
fi
|
fi
|
||||||
PS1="${PS1}
|
PS1="${PS1}
|
||||||
\e[0;36m\${PWD}\e[0m
|
┌ \e[0;36m\${PWD}\e[0m
|
||||||
┌ "
|
│ "
|
||||||
|
|
||||||
PS2="\
|
PS2="\
|
||||||
│ "
|
│ "
|
||||||
|
|
Loading…
Reference in a new issue