support for default PREFERRED_EDITOR
This commit is contained in:
parent
e4dbe394f4
commit
6c819ad794
3
env/env.zsh
vendored
3
env/env.zsh
vendored
@ -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" \
|
||||
|
Loading…
Reference in New Issue
Block a user