updated env to import external zsh plugins from local env override
This commit is contained in:
5
zsh/rc
5
zsh/rc
@ -36,6 +36,11 @@ SET_PREFERRED_EDITOR() {
|
||||
}
|
||||
SET_PREFERRED_EDITOR
|
||||
|
||||
# --- load external plugins ----------------------------------------
|
||||
|
||||
for PLUGIN in $EXTERNAL_PLUGIN_LIST; do
|
||||
[ -f "$PLUGIN" ] && source "$PLUGIN"
|
||||
done
|
||||
|
||||
# --- welcome message ----------------------------------------------
|
||||
CUSTOM_WELCOME="$HOME/.config/wryn/custom-welcome"
|
||||
|
Reference in New Issue
Block a user