all repos — dotfiles @ d6c1f3cb0fe281794ce9b60fecc2aaf3ea44101d

my *nix dotfiles

feat(zsh): add newline to prompt
Anirudh icyph0x@protonmail.com
Sun, 01 Apr 2018 12:13:02 +0530
commit

d6c1f3cb0fe281794ce9b60fecc2aaf3ea44101d

parent

b69c5bc0ce633bbbd5639a8e1f8a9753c9660ac1

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

jump to
M zsh/.oh-my-zsh/themes/simple.zsh-themezsh/.oh-my-zsh/themes/simple.zsh-theme

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

NEWLINE=$'\n' -PROMPT='%{$fg[cyan]%}%~%{$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=""