diff --git a/scripts/includes/update.sh b/scripts/includes/init/update.sh similarity index 100% rename from scripts/includes/update.sh rename to scripts/includes/init/update.sh diff --git a/scripts/zshrc.sh b/scripts/zshrc.sh index 8bbe11f..154dc61 100755 --- a/scripts/zshrc.sh +++ b/scripts/zshrc.sh @@ -20,6 +20,9 @@ select-word-style bash bindkey '^W' backward-delete-word bindkey '^H' backward-kill-word +# Early includes +for f in "$SCR/includes/init/"*.*sh; do source "$f"; done + source "$BASEDIR/plugins/zsh-z.plugin.zsh" # Initialize fuck