diff --git a/themes/humza.zsh-theme b/themes/humza.zsh-theme index f96432f3d..107886295 100644 --- a/themes/humza.zsh-theme +++ b/themes/humza.zsh-theme @@ -1,4 +1,4 @@ -# ZSH THEME +# ZSH THEME Preview: https://skitch.com/huyy/rk979/humza.zshtheme let TotalBytes=0 for Bytes in $(ls -l | grep "^-" | awk '{ print $5 }') @@ -23,4 +23,4 @@ fi PROMPT='%{$reset_color%}%n %{$fg[green]%}{%{$reset_color%}%~%{$fg[green]%}}%{$reset_color%}$(git_prompt_info) greetings, earthling %{$fg[green]%}[%{$reset_color%}%{$TotalSize%}%{$suffix%}%{$fg[green]%}]%{$fg[red]%}$%{$reset_color%} ☞ ' ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[red]%}±(" -ZSH_THEME_GIT_PROMPT_SUFFIX=");%{$reset_color%}" \ No newline at end of file +ZSH_THEME_GIT_PROMPT_SUFFIX=");%{$reset_color%}"