diff options
Diffstat (limited to '.bash-powerline.sh')
| -rw-r--r-- | .bash-powerline.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.bash-powerline.sh b/.bash-powerline.sh index ccb7a5d..626157a 100644 --- a/.bash-powerline.sh +++ b/.bash-powerline.sh @@ -89,7 +89,7 @@ __powerline() { [ "$SSH_TTY" ] && PS1=": $host:$cwd$git$symbol" || PS1=": $cwd$git$symbol" } - PROMPT_DIRTRIM=2 + PROMPT_DIRTRIM=1 PROMPT_COMMAND="ps1${PROMPT_COMMAND:+; $PROMPT_COMMAND}" } |
