feat(simple.zsh-theme): prompt now shows full path
Anirudh icyph0x@pm.me
Fri, 01 Jun 2018 12:23:35 +0530
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
zsh/simple.zsh-theme
→
zsh/simple.zsh-theme
@@ -1,5 +1,5 @@
NEWLINE=$'\n' -PROMPT='${NEWLINE}%{$fg[cyan]%}%~%{$fg[yellow]%}$(git_prompt_info)${NEWLINE}%{$fg[magenta]%}>%{$reset_color%} ' +PROMPT='${NEWLINE}%{$fg[cyan]%}%d%{$fg[yellow]%}$(git_prompt_info)${NEWLINE}%{$fg[magenta]%}>%{$reset_color%} ' ZSH_THEME_GIT_PROMPT_PREFIX=" " ZSH_THEME_GIT_PROMPT_SUFFIX=""