diff options
author | Tharre <tharre3@gmail.com> | 2015-08-12 16:51:12 +0000 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2016-10-07 20:13:35 +0000 |
commit | 698646a7d11fef8dca4029a7763069e86279322a (patch) | |
tree | 6414ce04ac4a7b74704580eb527ba4ba50013aaf | |
parent | 3e32ec03f4e7fb71dba0e60c9c8a9479c8b86c0d (diff) | |
download | dotfiles-698646a7d11fef8dca4029a7763069e86279322a.tar.gz dotfiles-698646a7d11fef8dca4029a7763069e86279322a.tar.xz dotfiles-698646a7d11fef8dca4029a7763069e86279322a.zip |
zsh-theme: fix edge case of path truncating
-rw-r--r-- | shell/themes/custom.zsh-theme | 2 |
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%}' |