support for default PREFERRED_EDITOR

This commit is contained in:
Wryn Wagner 2020-11-04 14:14:19 -07:00
parent e4dbe394f4
commit 6c819ad794

3
env/env.zsh vendored
View File

@ -4,6 +4,9 @@ RD_PATH="$HOME/RentDynamics"
SCHOOL_DIR="$HOME/School"
DOTWRYN="$HOME/.wryn"
# ordered from least-preferred to most-preferred
PREFERRED_EDITOR=(vi vim)
LOCAL_OVERRIDES="$HOME/.config/wryn/env.zsh"
[ -f "$LOCAL_OVERRIDES" ] \
&& source "$LOCAL_OVERRIDES" \