Skip to content

Instantly share code, notes, and snippets.

@marpala
Last active March 15, 2022 05:59
Show Gist options
  • Save marpala/7a8d7bcee611d5b397b5 to your computer and use it in GitHub Desktop.
Save marpala/7a8d7bcee611d5b397b5 to your computer and use it in GitHub Desktop.
A zsh theme featuring unnecessary emojis.
# "Unnecessary Emojis" theme by https://github.com/marpala
# Add the "Eighties Dark" color scheme to iTerm2: https://github.com/chriskempson/base16-iterm2/blob/master/base16-eighties.dark.256.itermcolors
local ret_status="%(?:%{$fg_bold[green]%}🤓 :%{$fg_bold[red]%}😡 )"
PROMPT='${ret_status} %{$fg_bold[blue]${PWD/#$HOME/~}%{$reset_color%} $(git_prompt_info)'
ZSH_THEME_GIT_PROMPT_PREFIX="on 🐙 %{$fg_bold[magenta]%} git:(%{$fg[yellow]%}"
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%} "
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[magenta]%}) %{$fg[red]%}✗"
ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[magenta]%})"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment