summaryrefslogtreecommitdiffstats
path: root/shell/themes
diff options
context:
space:
mode:
authorTharre <tharre3@gmail.com>2015-08-12 16:51:12 +0000
committerTharre <tharre3@gmail.com>2016-10-07 20:13:35 +0000
commit698646a7d11fef8dca4029a7763069e86279322a (patch)
tree6414ce04ac4a7b74704580eb527ba4ba50013aaf /shell/themes
parent3e32ec03f4e7fb71dba0e60c9c8a9479c8b86c0d (diff)
downloaddotfiles-698646a7d11fef8dca4029a7763069e86279322a.tar.gz
dotfiles-698646a7d11fef8dca4029a7763069e86279322a.tar.xz
dotfiles-698646a7d11fef8dca4029a7763069e86279322a.zip
zsh-theme: fix edge case of path truncating
Diffstat (limited to 'shell/themes')
-rw-r--r--shell/themes/custom.zsh-theme2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/themes/custom.zsh-theme b/shell/themes/custom.zsh-theme
index 202df2c..31ff6c4 100644
--- a/shell/themes/custom.zsh-theme
+++ b/shell/themes/custom.zsh-theme
@@ -4,7 +4,7 @@
local return_code="%(?..%{$fg[red]%}:%?%{$reset_color%})"
# primary prompt
-PROMPT='$FG[032]%(7~"[..]/")%7~\
+PROMPT='$FG[032]%(8~"[..]/")%7~\
$(git_prompt_info) \
$FG[105]%1(j.[%j] .)%(!.#.$)%{$reset_color%} '
PROMPT2='%{$fg[red]%}\ %{$reset_color%}'