fix info script
icyphox icyph0x@protonmail.com
Sun, 14 Jan 2018 14:06:54 +0530
2 files changed,
4 insertions(+),
4 deletions(-)
M
scripts/scripts/icyinfo.sh
→
scripts/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-theme
→
zsh/.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=" ∙"