color cleanup

This commit is contained in:
Wryn Wagner
2021-09-16 15:06:49 -06:00
parent b5d6cbe004
commit 12c3d22c4a
2 changed files with 7 additions and 11 deletions

4
env/env.zsh vendored
View File

@ -10,7 +10,6 @@ WALLPAPER_PATH="$HOME/Pictures/bg"
### Application Settings ############################################
#####################################################################
# ordered from least-preferred to most-preferred
PREFERRED_EDITOR=(vi vim)
@ -21,9 +20,10 @@ RIPGREP_CONFIG_PATH="$HOME/.config/ripgrep/config"
TMUX_DEFAULT_SESSION_NAME='wryn'
WEBBROWSER='google-chrome-stable'
PS1_BRANCH_SYMBOL=''
PS1_INDICATOR_SYMBOL='☕'
PS1_USER='%n'
PS1_SEPARATOR='::'
PS1_USER='%n'
#####################################################################