Last active
January 3, 2022 23:13
-
-
Save davidsword/6e2cded9120ab97197acc8438f65adab to your computer and use it in GitHub Desktop.
Minimal ZSH theme, for those who copy/pasta their terminal a lot.
This file contains hidden or 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
# 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