Skip to content

Instantly share code, notes, and snippets.

@bahorn
Last active June 20, 2020 20:21
Show Gist options
  • Save bahorn/548a50f4b99ab971ee95e90bc2a7ed93 to your computer and use it in GitHub Desktop.
Save bahorn/548a50f4b99ab971ee95e90bc2a7ed93 to your computer and use it in GitHub Desktop.
personal zsh theme. mixed cloud with evan.
# Cloud mixed with evan.
if [[ -z $ZSH_THEME_CLOUD_PREFIX ]]; then
ZSH_THEME_CLOUD_PREFIX=$(hostname | cut -c1)
fi
PROMPT='%{$fg_bold[cyan]%}$ZSH_THEME_CLOUD_PREFIX %{$fg_bold[green]%}%p%{$fg[green]%}%2~%{$fg_bold[cyan]%}$(git_prompt_info)%{$fg_bold[blue]%} % %{$reset_color%}»%b '
ZSH_THEME_GIT_PROMPT_PREFIX=" %{$fg[green]%}[%{$fg[cyan]%}"
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[green]%}] %{$fg[yellow]%}⚡ %{$reset_color%}"
ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[green]%}]"
@bahorn
Copy link
Author

bahorn commented Jun 20, 2020

Screenshot from 2020-06-20 21-18-42

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment