summaryrefslogtreecommitdiff
path: root/.bash-powerline.sh
diff options
context:
space:
mode:
authorMarc Vertes <mvertes@free.fr>2020-11-01 09:32:20 +0100
committerMarc Vertes <mvertes@free.fr>2020-11-01 09:32:20 +0100
commitd6f32d35d3233f5dfbb0ed3fd2770dc7c9d0aa91 (patch)
treefc53a2315d2ebfaf3648f4708805d8336a33ba42 /.bash-powerline.sh
parent846f6c5d88f647907c47f939432729593e844ee3 (diff)
update
Diffstat (limited to '.bash-powerline.sh')
-rw-r--r--.bash-powerline.sh2
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}"
}