synthesize my own multiline prompt
icyphox icyph0x@protonmail.com
Tue, 06 Feb 2018 18:55:15 +0530
1 files changed,
2 insertions(+),
1 deletions(-)
M
zsh/.oh-my-zsh/themes/simple.zsh-theme
→
zsh/.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=""