all repos — dotfiles @ 717a38d1bcb688113d875552af3b67a128977052

my *nix dotfiles

change colors in zsh theme
icyphox icyph0x@protonmail.com
Tue, 06 Feb 2018 18:38:27 +0530
commit

717a38d1bcb688113d875552af3b67a128977052

parent

38474d0058ef882864863198622a17e234ef130f

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,4 +1,4 @@

-PROMPT='%{$fg[green]%}%~%{$fg[blue]%}$(git_prompt_info)%{$reset_color%} ' +PROMPT='%{$fg[cyan]%}%~%{$fg[yellow]%}$(git_prompt_info)%{$reset_color%} ' ZSH_THEME_GIT_PROMPT_PREFIX=" " ZSH_THEME_GIT_PROMPT_SUFFIX=""