Skip to content

Instantly share code, notes, and snippets.

@abelsonlive
Last active August 29, 2015 14:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abelsonlive/f275df02222ecb5f42b6 to your computer and use it in GitHub Desktop.
Save abelsonlive/f275df02222ecb5f42b6 to your computer and use it in GitHub Desktop.
my custom zsh theme
# Based on `kennethreitz.zsh-theme`: https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/themes/kennethreitz.zsh-theme
ZSH_THEME_GIT_PROMPT_PREFIX="🐙 %{$purple%}"
ZSH_THEME_GIT_PROMPT_SUFFIX=""
ZSH_THEME_GIT_PROMPT_CLEAN="%{$reset_color%} ✅ "
ZSH_THEME_GIT_PROMPT_DIRTY="%{$reset_color%} ❗ "
PROMPT='🏡 %{$limegreen%}%c%{$reset_color%} \
$(git_prompt_info) \
👉 '
RPS1='🌍 %{$turquoise%}%~%{$reset_color%} ⏰ %{$hotpink%}%t%{$reset_color%}'
@abelsonlive
Copy link
Author

looks like:
img

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