Credit: based off Robby Russell's theme
Last active
March 15, 2022 05:59
-
-
Save marpala/7a8d7bcee611d5b397b5 to your computer and use it in GitHub Desktop.
A zsh theme featuring unnecessary emojis.
This file contains 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
# "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