colors simplification; ps1 refactor
This commit is contained in:
12
env/env.zsh
vendored
12
env/env.zsh
vendored
@ -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 #####################################
|
||||
|
Reference in New Issue
Block a user