colors simplification; ps1 refactor

This commit is contained in:
Wryn Wagner
2021-09-16 14:56:05 -06:00
parent 619f2392ec
commit b5d6cbe004
2 changed files with 27 additions and 21 deletions

12
env/env.zsh vendored
View File

@ -1,22 +1,30 @@
#####################################################################
### Path References #################################################
#####################################################################
DOTWRYN="$HOME/.wryn"
SFX_PATH="$HOME/Media/sfx"
WALLPAPER_PATH="$HOME/Pictures/bg"
#####################################################################
### Applications / Application Settings #############################
### Application Settings ############################################
#####################################################################
# ordered from least-preferred to most-preferred
PREFERRED_EDITOR=(vi vim)
# should play an audio file argument
MEDIA_ENGINE='canberra-gtk-play -f'
WEBBROWSER='google-chrome-stable'
RIPGREP_CONFIG_PATH="$HOME/.config/ripgrep/config"
TMUX_DEFAULT_SESSION_NAME='wryn'
WEBBROWSER='google-chrome-stable'
PS1_INDICATOR_SYMBOL='☕'
PS1_USER='%n'
PS1_SEPARATOR='::'
#####################################################################
### External Plugins / Settings #####################################