-
-
Save MAS150MD200/9d8bdceb7d36c47b1eef60a09b0aed08 to your computer and use it in GitHub Desktop.
Revisions
-
lborg019 revised this gist
Feb 21, 2016 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,6 @@ # Original theme https://github.com/agnoster zsh theme # Modified from smileart's https://gist.github.com/smileart/3750104 # Changed symbol characters, should work properly with any powerline font ZSH_THEME_GIT_PROMPT_DIRTY='±' -
lborg019 revised this gist
Feb 21, 2016 . 1 changed file with 2 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -6,6 +6,5 @@ - LS Colors match iTerm's Dark Solarized theme ### to do: ### - Fix tab completion: tab completion should automatically work on special characters (such as `[`) right now you have to escape such characters for tab to complete it `\[` -
lborg019 revised this gist
Feb 21, 2016 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,7 +2,7 @@ ### Improvements to [smileart's agnoster](https://gist.github.com/smileart/3750104) theme mod: ### - Replaced special characters in the code (fixed bugged characters, currently works with powerline fonts) - Prompt is shorter, shows only the current directory - LS Colors match iTerm's Dark Solarized theme ### to do: ### -
lborg019 revised this gist
Feb 21, 2016 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,6 @@ # lukezin's .zsh-theme # ### Improvements to [smileart's agnoster](https://gist.github.com/smileart/3750104) theme mod: ### - Replaced special characters in the code (fixed bugged characters, currently works with powerline fonts) - Prompt is shorter, shows only the last directory - LS Colors match iTerm's Dark Solarized theme -
lborg019 revised this gist
Feb 21, 2016 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,6 @@ # lukezin's .zsh-theme # ### Improvements to (smileart's agnoster)[https://gist.github.com/smileart/3750104] theme mod: ### - Replaced special characters in the code (fixed bugged characters, currently works with powerline fonts) - Prompt is shorter, shows only the last directory - LS Colors match iTerm's Dark Solarized theme -
lborg019 revised this gist
Feb 21, 2016 . 1 changed file with 4 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,9 +1,11 @@ # lukezin's .zsh-theme # ### Improvements to smileart's agnoster theme fork: ### - Replaced special characters in the code (fixed bugged characters, currently works with powerline fonts) - Prompt is shorter, shows only the last directory - LS Colors match iTerm's Dark Solarized theme ### to do: ### - Fix tab completion: tab completion should automatically work on special characters (such as '[') right now you have to escape such characters for tab to complete it `\[` - Set it up to work over SSH -
lborg019 revised this gist
Feb 21, 2016 . 2 changed files with 7 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ Improvements to smileart's agnoster theme fork: - Replaced special characters in the code (fixed bugged characters, currently works with powerline fonts) - Prompt is shorter, shows only the last directory - LS Colors match iTerm's Dark Solarized theme This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,6 @@ # Original theme https://github.com/agnoster zsh theme # Modified from smileart's https://gist.github.com/smileart/3750104 # Change symbol characters, should work properly with any powerline font ZSH_THEME_GIT_PROMPT_DIRTY='±' @@ -30,14 +32,16 @@ function virtualenv_info { } PROMPT_HOST='%{%b%F{gray}%K{black}%} %(?.%{%F{green}%}✔.%{%F{red}%}✘)%{%F{yellow}%} %n %{%F{black}%}' # {$fg[white%]\ to specify the foreground color # ' %c\ ' to show only the current directory surrounded by spaces PROMPT_DIR=%{$fg[white]%}\ %c\ %{$reset_color%} PROMPT_SU='%(!.%{%k%F{blue}%K{black}%}%{%F{yellow}%} ⚡ %{%k%F{black}%}.%{%k%F{blue}%})%{%f%k%b%}' PROMPT='%{%f%b%k%}$PROMPT_HOST$(_git_info)$PROMPT_DIR$PROMPT_SU $(virtualenv_info)❯ ' RPROMPT='%{$fg[green]%}[%*]%{$reset_color%}' # LS colors matching Solarized Dark Theme: http://ethanschoonover.com/solarized # made with http://geoff.greer.fm/lscolors/ export LSCOLORS="exfxcxdxbxegedabagacad" export LS_COLORS='di=34;40:ln=35:so=32;40:pi=33;40:ex=31;40:bd=34;46:cd=34;43:su=0;41:sg=0;46:tw=0;42:ow=0;43:' -
lborg019 revised this gist
Feb 21, 2016 . 2 changed files with 3 additions and 7 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,4 @@ # Original theme https://github.com/agnoster zsh theme ZSH_THEME_GIT_PROMPT_DIRTY='±' @@ -31,17 +30,14 @@ function virtualenv_info { } PROMPT_HOST='%{%b%F{gray}%K{black}%} %(?.%{%F{green}%}✔.%{%F{red}%}✘)%{%F{yellow}%} %n %{%F{black}%}' # PROMPT_DIR='%{%F{white}%} %~% ' PROMPT_DIR=%{$fg[white]%}\ %c\ %{$reset_color%} PROMPT_SU='%(!.%{%k%F{blue}%K{black}%}%{%F{yellow}%} ⚡ %{%k%F{black}%}.%{%k%F{blue}%})%{%f%k%b%}' PROMPT='%{%f%b%k%}$PROMPT_HOST$(_git_info)$PROMPT_DIR$PROMPT_SU $(virtualenv_info)❯ ' RPROMPT='%{$fg[green]%}[%*]%{$reset_color%}' # LS colors, made with http://geoff.greer.fm/lscolors/ export LSCOLORS="exfxcxdxbxegedabagacad" export LS_COLORS='di=34;40:ln=35:so=32;40:pi=33;40:ex=31;40:bd=34;46:cd=34;43:su=0;41:sg=0;46:tw=0;42:ow=0;43:' LoadingSorry, something went wrong. Reload?Sorry, we cannot display this file.Sorry, this file is invalid so it cannot be displayed. -
lborg019 revised this gist
Feb 21, 2016 . 2 changed files with 2 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -6,5 +6,4 @@ Improvements to smilart's agnoster theme fork: to do: - Fix tab completion: tab completion should automatically work on special characters (such as '[') right now you have to escape such characters for tab to complete it `\[` - Set it up to work over SSH This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -42,6 +42,6 @@ $(virtualenv_info)❯ ' RPROMPT='%{$fg[green]%}[%*]%{$reset_color%}' # LS colors match Solarized Dark Theme: http://ethanschoonover.com/solarized # made with http://geoff.greer.fm/lscolors/ export LSCOLORS="exfxcxdxbxegedabagacad" export LS_COLORS='di=34;40:ln=35:so=32;40:pi=33;40:ex=31;40:bd=34;46:cd=34;43:su=0;41:sg=0;46:tw=0;42:ow=0;43:' -
lborg019 revised this gist
Feb 21, 2016 . 4 changed files with 55 additions and 72 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,36 +1,10 @@ Improvements to smilart's agnoster theme fork: - Replaced special characters in the code (fixed bugged characters, currently works with powerline fonts) - Prompt is shorter, shows only the last directory - LS Colors match iTerm's Dark Solarized theme to do: - Fix tab completion: tab completion should automatically work on special characters (such as '[') right now you have to escape such characters for tab to complete it `\[` - Set it up to work over SSH This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,38 +0,0 @@ This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,47 @@ # Original theme https://github.com/agnoster zsh theme # Replaced the symbol characters in prompt to work properly with powerline fonts ZSH_THEME_GIT_PROMPT_DIRTY='±' function _git_prompt_info() { ref=$(git symbolic-ref HEAD 2> /dev/null) || ref="➦ $(git show-ref --head -s --abbrev |head -n1 2> /dev/null)" echo "${ref/refs\/heads\// }$(parse_git_dirty)" } function _git_info() { if $(git rev-parse --is-inside-work-tree >/dev/null 2>&1); then local BG_COLOR=green if [[ -n $(parse_git_dirty) ]]; then BG_COLOR=yellow FG_COLOR=black fi if [[ ! -z $(git ls-files --other --exclude-standard 2> /dev/null) ]]; then BG_COLOR=red FG_COLOR=white fi echo "%{%K{$BG_COLOR}%}%{%F{$FG_COLOR}%} $(_git_prompt_info) %{%F{$BG_COLOR}%K{blue}%}" else echo "%{%K{blue}%}" fi } function virtualenv_info { [ $VIRTUAL_ENV ] && echo '('`basename $VIRTUAL_ENV`') ' } PROMPT_HOST='%{%b%F{gray}%K{black}%} %(?.%{%F{green}%}✔.%{%F{red}%}✘)%{%F{yellow}%} %n %{%F{black}%}' # %c or %. outputs the current directory only. '\ ' to give extra space after directory name # Coding the color back to white again was necessary PROMPT_DIR=%{$fg[white]%}\ %c\ %{$reset_color%} PROMPT_SU='%(!.%{%k%F{blue}%K{black}%}%{%F{yellow}%} ⚡ %{%k%F{black}%}.%{%k%F{blue}%})%{%f%k%b%}' PROMPT='%{%f%b%k%}$PROMPT_HOST$(_git_info)$PROMPT_DIR$PROMPT_SU $(virtualenv_info)❯ ' RPROMPT='%{$fg[green]%}[%*]%{$reset_color%}' # LS colors match Solarized Dark Theme: http://ethanschoonover.com/solarized # LS colors, made with http://geoff.greer.fm/lscolors/ export LSCOLORS="exfxcxdxbxegedabagacad" export LS_COLORS='di=34;40:ln=35:so=32;40:pi=33;40:ex=31;40:bd=34;46:cd=34;43:su=0;41:sg=0;46:tw=0;42:ow=0;43:' Binary file not shown. -
smileart revised this gist
Mar 24, 2014 . 1 changed file with 1 addition and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -35,6 +35,4 @@ PROMPT_SU='%(!.%{%k%F{blue}%K{black}%}⮀%{%F{yellow}%} ⚡ %{%k%F{black}%}.%{%k PROMPT='%{%f%b%k%}$PROMPT_HOST$(_git_info)$PROMPT_DIR$PROMPT_SU $(virtualenv_info)❯ ' RPROMPT='%{$fg[green]%}[%*]%{$reset_color%}' -
Serge Bedzhik revised this gist
Jun 18, 2013 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -35,4 +35,6 @@ PROMPT_SU='%(!.%{%k%F{blue}%K{black}%}⮀%{%F{yellow}%} ⚡ %{%k%F{black}%}.%{%k PROMPT='%{%f%b%k%}$PROMPT_HOST$(_git_info)$PROMPT_DIR$PROMPT_SU $(virtualenv_info)❯ ' RPROMPT='%{$fg[green]%}[%*]%{$reset_color%}' prompt_smileart_setup "$@" -
Serge Bedzhik revised this gist
Oct 3, 2012 . 1 changed file with 5 additions and 5 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -13,11 +13,11 @@ function _git_info() { if [[ -n $(parse_git_dirty) ]]; then BG_COLOR=yellow FG_COLOR=black fi if [[ ! -z $(git ls-files --other --exclude-standard 2> /dev/null) ]]; then BG_COLOR=red FG_COLOR=white fi echo "%{%K{$BG_COLOR}%}⮀%{%F{$FG_COLOR}%} $(_git_prompt_info) %{%F{$BG_COLOR}%K{blue}%}⮀" else -
Serge Bedzhik revised this gist
Sep 19, 2012 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -23,7 +23,7 @@ To test if your terminal and font support it, check that all the necessary chara - Working directory - Elevated (root) privileges (⚡)  ## Future Work -
Serge Bedzhik revised this gist
Sep 19, 2012 . 2 changed files with 18 additions and 7 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ # My modified fork of agnoster.zsh-theme A ZSH theme optimized for people who use: This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ # Original theme https://github.com/agnoster zsh theme ZSH_THEME_GIT_PROMPT_DIRTY='±' @@ -12,16 +12,27 @@ function _git_info() { local BG_COLOR=green if [[ -n $(parse_git_dirty) ]]; then BG_COLOR=yellow FG_COLOR=black else if [[ ! -z $(git ls-files --other --exclude-standard 2> /dev/null) ]]; then BG_COLOR=red FG_COLOR=white fi fi echo "%{%K{$BG_COLOR}%}⮀%{%F{$FG_COLOR}%} $(_git_prompt_info) %{%F{$BG_COLOR}%K{blue}%}⮀" else echo "%{%K{blue}%}⮀" fi } function virtualenv_info { [ $VIRTUAL_ENV ] && echo '('`basename $VIRTUAL_ENV`') ' } PROMPT_HOST='%{%b%F{gray}%K{black}%} %(?.%{%F{green}%}✔.%{%F{red}%}✘)%{%F{yellow}%} %n %{%F{black}%}' PROMPT_DIR='%{%F{white}%} %~% ' PROMPT_SU='%(!.%{%k%F{blue}%K{black}%}⮀%{%F{yellow}%} ⚡ %{%k%F{black}%}.%{%k%F{blue}%})⮀%{%f%k%b%}' PROMPT='%{%f%b%k%}$PROMPT_HOST$(_git_info)$PROMPT_DIR$PROMPT_SU $(virtualenv_info)❯ ' RPROMPT='%{$fg[green]%}[%*]%{$reset_color%}' -
agnoster revised this gist
Sep 14, 2012 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -10,7 +10,7 @@ A ZSH theme optimized for people who use: To test if your terminal and font support it, check that all the necessary characters are supported by copying the following command to your terminal: `echo "⮀ ± ⭠ ➦ ✔ ✘ ⚡"`. The result should look like this:  ## What does it show? -
agnoster revised this gist
Sep 14, 2012 . 1 changed file with 7 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -6,9 +6,11 @@ A ZSH theme optimized for people who use: - Git - Unicode-compatible fonts and terminals (I use iTerm2 + Menlo) # Compatibility To test if your terminal and font support it, check that all the necessary characters are supported by copying the following command to your terminal: `echo "⮀ ± ⭠ ➦ ✔ ✘ ⚡"`. The result should look like this:  ## What does it show? @@ -29,4 +31,6 @@ I don't want to clutter it up too much, but I am toying with the idea of adding It's currently hideously slow, especially inside a git repo. I guess it's not overly so for comparable themes, but it bugs me, and I'd love to hear ideas about how to improve the performance. Would be nice for the code to be a bit more sane and re-usable. Something to easily append a section with a given FG/BG, and add the correct opening and closing. Apparently the unicode characters don't display correctly on all systems. It would be nice to be able to say "this font will make it work, always". But what font? -
agnoster revised this gist
Sep 14, 2012 . 1 changed file with 5 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -6,6 +6,10 @@ A ZSH theme optimized for people who use: - Git - Unicode-compatible fonts and terminals (I use iTerm2 + Menlo) To test if your terminal and font support it, check that all the necessary characters are supported by copying the following command to your terminal: `echo "⮀±⭠ ➦✔✘⚡"`. The result should look like this:  ## What does it show? - Success (✔) or failure (✘) of previous command @@ -25,4 +29,4 @@ I don't want to clutter it up too much, but I am toying with the idea of adding It's currently hideously slow, especially inside a git repo. I guess it's not overly so for comparable themes, but it bugs me, and I'd love to hear ideas about how to improve the performance. Would be nice for the code to be a bit more sane and re-usable. Something to easily append a section with a given FG/BG, and add the correct opening and closing. -
agnoster revised this gist
Sep 13, 2012 . 1 changed file with 4 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -22,3 +22,7 @@ A ZSH theme optimized for people who use: ## Future Work I don't want to clutter it up too much, but I am toying with the idea of adding RVM (ruby version) and n (node.js version) display. It's currently hideously slow, especially inside a git repo. I guess it's not overly so for comparable themes, but it bugs me, and I'd love to hear ideas about how to improve the performance. Would be nice for the code to be a bit more sane and re-usable. Something to easily append a section with a given FG/BG, and add the correct opening and closing. -
agnoster revised this gist
Sep 13, 2012 . 1 changed file with 24 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,24 @@ # agnoster.zsh-theme A ZSH theme optimized for people who use: - Solarized - Git - Unicode-compatible fonts and terminals (I use iTerm2 + Menlo) ## What does it show? - Success (✔) or failure (✘) of previous command - Hostname - Git status - Branch (⭠) or detached head (➦) - Current branch / SHA1 in detached head state - Dirty working directory (±, color change) - Working directory - Elevated (root) privileges (⚡)  ## Future Work I don't want to clutter it up too much, but I am toying with the idea of adding RVM (ruby version) and n (node.js version) display. -
agnoster revised this gist
Sep 13, 2012 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
LoadingSorry, something went wrong. Reload?Sorry, we cannot display this file.Sorry, this file is invalid so it cannot be displayed. -
agnoster created this gist
Sep 13, 2012 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,27 @@ # https://github.com/agnoster zsh theme ZSH_THEME_GIT_PROMPT_DIRTY='±' function _git_prompt_info() { ref=$(git symbolic-ref HEAD 2> /dev/null) || ref="➦ $(git show-ref --head -s --abbrev |head -n1 2> /dev/null)" echo "${ref/refs\/heads\//⭠ }$(parse_git_dirty)" } function _git_info() { if $(git rev-parse --is-inside-work-tree >/dev/null 2>&1); then local BG_COLOR=green if [[ -n $(parse_git_dirty) ]]; then BG_COLOR=yellow fi echo "%{%K{$BG_COLOR}%}⮀%{%F{black}%} $(_git_prompt_info) %{%F{$BG_COLOR}%K{blue}%}⮀" else echo "%{%K{blue}%}⮀" fi } PROMPT_HOST='%{%b%F{gray}%K{black}%} %(?.%{%F{green}%}✔.%{%F{red}%}✘)%{%F{gray}%} %m %{%F{black}%}' PROMPT_DIR='%{%F{white}%} %1~ ' PROMPT_SU='%(!.%{%k%F{blue}%K{black}%}⮀%{%F{yellow}%} ⚡ %{%k%F{black}%}.%{%k%F{blue}%})⮀%{%f%k%b%}' PROMPT='%{%f%b%k%} $PROMPT_HOST$(_git_info)$PROMPT_DIR$PROMPT_SU '