all repos — dotfiles @ 6a61b0c355d83d1b366e0c7af48657b8c6e2f920

my *nix dotfiles

synthesize my own multiline prompt
icyphox icyph0x@protonmail.com
Tue, 06 Feb 2018 18:55:15 +0530
commit

6a61b0c355d83d1b366e0c7af48657b8c6e2f920

parent

717a38d1bcb688113d875552af3b67a128977052

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

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

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

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