Skip to content

Instantly share code, notes, and snippets.

@SevanBadal
Created February 5, 2023 04:36
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 SevanBadal/467d09afe0d3309978a9d8e0a1029585 to your computer and use it in GitHub Desktop.
Save SevanBadal/467d09afe0d3309978a9d8e0a1029585 to your computer and use it in GitHub Desktop.
Drop in .oh-my-zsh/custom/themes
PROMPT='%{$fg[white]%}%c$(git_prompt_info): % %{$reset_color%}'
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[white]%}:%{$fg[yellow]%}"
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_DIRTY="%{$reset_color%}%{$fg[red]%}-[*]"
ZSH_THEME_GIT_PROMPT_CLEAN="%{$reset_color%}%{$fg[magenta]%}-[✓]"
@SevanBadal
Copy link
Author

Using hyper-serendipity theme with Hyper.js

@SevanBadal
Copy link
Author

1C5D371F-F6FF-4DE3-A9A9-F1FE0C3EA999

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