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 characters
#... | |
ZSH_THEME="geoffgarside" | |
#... | |
plugins=( | |
osx | |
extract | |
git github | |
yarn npm | |
docker docker-compose kubectl |
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 characters
# ... | |
ZSH_THEME="geoffgarside" | |
# ... | |
export PROMPT='%{$fg[cyan]%}%*%{$reset_color%} %{$fg[green]%}%c%{$reset_color%}$(git_prompt_info) %{$fg_bold[cyan]%}%(!.#.$) ' | |
export ZSH_THEME_GIT_PROMPT_PREFIX=" %{$fg_bold[blue]%}(" | |
# ... |