all repos — dotfiles @ dbb155c1442f7dc79c99e66e267198004e636333

my *nix dotfiles

feat(simple.zsh-theme): prompt now shows full path
Anirudh icyph0x@pm.me
Fri, 01 Jun 2018 12:23:35 +0530
commit

dbb155c1442f7dc79c99e66e267198004e636333

parent

5befc6d337936a186587925eb7d7e93f78956d55

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M zsh/simple.zsh-themezsh/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=""