all repos — dotfiles @ e5279997d61deeb4874cf2d0e322a6277adfab12

my *nix dotfiles

fix info script
icyphox icyph0x@protonmail.com
Sun, 14 Jan 2018 14:06:54 +0530
commit

e5279997d61deeb4874cf2d0e322a6277adfab12

parent

1eb1ce3588170edcae5e2f7e513974df55587431

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

jump to
M scripts/scripts/icyinfo.shscripts/scripts/icyinfo.sh

@@ -42,8 +42,8 @@

# ascii art echo "/\ /\ " -echo "\^ ^/ i c y p h o x " -echo "" +echo "\^ ^/ i c y p h o x " +echo " \_/ " # colors echo -e "$red▓▓$rst $grn▓▓$rst $blu▓▓$rst $ylw▓▓$rst $cyn▓▓$rst $prp▓▓$rst $bprp▓▓$rst"
M zsh/.oh-my-zsh/themes/simple.zsh-themezsh/.oh-my-zsh/themes/simple.zsh-theme

@@ -2,5 +2,5 @@ PROMPT='%{$fg[green]%}%d%{$fg[blue]%} $(git_prompt_info)%{$reset_color%} - '

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=" ×" +ZSH_THEME_GIT_PROMPT_CLEAN=" ∙"