Skip to content

Instantly share code, notes, and snippets.

@iamgideonidoko
Last active June 27, 2023 05:47
Show Gist options
  • Save iamgideonidoko/0d0f21e3c2f37a722be1a5e24b371c71 to your computer and use it in GitHub Desktop.
Save iamgideonidoko/0d0f21e3c2f37a722be1a5e24b371c71 to your computer and use it in GitHub Desktop.
Modified theunraveler zsh theme for style
# Comment
PROMPT='%{$fg[green]%}βœ‹πŸ˜Ž β—„β–ˆβ–“β–’β–‘ %c β–‘β–’β–“β–ˆβ–Ί ঔৣ꧂ %{$reset_color%}'
RPROMPT='%{$fg[green]%}【$(git_prompt_info)】%{$reset_color%} $(git_prompt_status)%{$reset_color%}'
ZSH_THEME_GIT_PROMPT_PREFIX=""
ZSH_THEME_GIT_PROMPT_SUFFIX=""
ZSH_THEME_GIT_PROMPT_DIRTY=""
ZSH_THEME_GIT_PROMPT_CLEAN=""
ZSH_THEME_GIT_PROMPT_ADDED="%{$fg[cyan]%} ✈"
ZSH_THEME_GIT_PROMPT_MODIFIED="%{$fg[yellow]%} ✭"
ZSH_THEME_GIT_PROMPT_DELETED="%{$fg[red]%} βœ—"
ZSH_THEME_GIT_PROMPT_RENAMED="%{$fg[blue]%} ➦"
ZSH_THEME_GIT_PROMPT_UNMERGED="%{$fg[magenta]%} βœ‚"
ZSH_THEME_GIT_PROMPT_UNTRACKED="%{$fg[grey]%} ✱"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment