rc simplification

This commit is contained in:
Wryn Wagner
2021-09-16 15:33:35 -06:00
parent 1d43858965
commit 2d3e13e5c2
2 changed files with 32 additions and 41 deletions

7
env/env.zsh vendored
View File

@ -10,14 +10,12 @@ WALLPAPER_PATH="$HOME/Pictures/bg"
### 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'
RIPGREP_CONFIG_PATH="$HOME/.config/ripgrep/config"
TMUX_DEFAULT_SESSION_NAME='wryn'
PREFERRED_EDITOR=(vim vi)
WEBBROWSER='google-chrome-stable'
PS1_BRANCH_SYMBOL=''
@ -25,12 +23,13 @@ PS1_INDICATOR_SYMBOL='☕'
PS1_SEPARATOR='::'
PS1_USER='%n'
WELCOME () { { figlet 'Welcome, beautiful'; cowsay -p 'damn u sexy' } | lolcat }
#####################################################################
### External Plugins / Settings #####################################
#####################################################################
EXTERNAL_PLUGIN_LIST=(
EXTERNAL_PLUGINS=(
"$DOTWRYN/zsh/plugins/z/z.sh"
'/usr/share/fzf/key-bindings.zsh'
'/usr/share/fzf/completion.zsh'