diff options
-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%}' |