all repos — dotfiles @ 38474d0058ef882864863198622a17e234ef130f

my *nix dotfiles

update simple.zsh-theme with better git prompt
icyphox icyph0x@protonmail.com
Tue, 06 Feb 2018 18:36:25 +0530
commit

38474d0058ef882864863198622a17e234ef130f

parent

a7ab5e8e3d85d3769d68d89a1fdbf1d865f49653

2 files changed, 4 insertions(+), 5 deletions(-)

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

@@ -1,6 +1,6 @@

-PROMPT='%{$fg[green]%}%d%{$fg[blue]%}$(git_prompt_info)%{$reset_color%} ' +PROMPT='%{$fg[green]%}%~%{$fg[blue]%}$(git_prompt_info)%{$reset_color%} ' -ZSH_THEME_GIT_PROMPT_PREFIX="" +ZSH_THEME_GIT_PROMPT_PREFIX=" " ZSH_THEME_GIT_PROMPT_SUFFIX="" -ZSH_THEME_GIT_PROMPT_DIRTY=" ×" -ZSH_THEME_GIT_PROMPT_CLEAN=" •" +ZSH_THEME_GIT_PROMPT_DIRTY=" \e[0;31m•" +ZSH_THEME_GIT_PROMPT_CLEAN=" \e[0;32m•"
M zsh/.zshrczsh/.zshrc

@@ -46,4 +46,3 @@ eval $(gnome-keyring-daemon --start)

export SSH_AUTH_SOCK fi -cd ~