Skip to content

Instantly share code, notes, and snippets.

@davidsword
Last active January 3, 2022 23:13
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 davidsword/6e2cded9120ab97197acc8438f65adab to your computer and use it in GitHub Desktop.
Save davidsword/6e2cded9120ab97197acc8438f65adab to your computer and use it in GitHub Desktop.
Minimal ZSH theme, for those who copy/pasta their terminal a lot.
# install:
#
# 1. create a file with this gists contents
# $ vi ~/.oh-my-zsh/themes/dollarsign-minimal.zsh-theme
#
# 2. edit ~/.zshrc and set `ZSH_THEME="dollarsign-minimal"`
# $ vi ~/.zshrc
#
# 3. reload zshrc
# $ source ~/.zshrc
#
PROMPT='%F{cyan}$ %{$reset_color%}'
RPROMPT=''
ZSH_THEME_GIT_PROMPT_DIRTY=""
ZSH_THEME_GIT_PROMPT_PREFIX=""
ZSH_THEME_GIT_PROMPT_SUFFIX=""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment