all repos — dotfiles @ ec3b5a412dd88e6aa09b88ca1deee44c67e42c56

my *nix dotfiles

feat(zsh): shrink home to ~

Signed-off-by: Anirudh <icyph0x@pm.me>
Anirudh icyph0x@pm.me
Sun, 21 Oct 2018 09:48:26 +0530
commit

ec3b5a412dd88e6aa09b88ca1deee44c67e42c56

parent

703a70a88a54f22a1b4b042aee2c907fa583968a

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

jump to
M zsh/icy.zsh-themezsh/icy.zsh-theme

@@ -1,5 +1,5 @@

NEWLINE=$'\n' -PROMPT='${NEWLINE}%{$fg[cyan]%}%d%{$fg[yellow]%}$(git_prompt_info)${NEWLINE}%{$fg[magenta]%}>%{$reset_color%} ' +PROMPT='${NEWLINE}%{$fg[cyan]%}%~%{$fg[yellow]%}$(git_prompt_info)${NEWLINE}%{$fg[magenta]%}>%{$reset_color%} ' ZSH_THEME_GIT_PROMPT_PREFIX=" " ZSH_THEME_GIT_PROMPT_SUFFIX=""