aboutsummaryrefslogtreecommitdiff
path: root/zsh/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/.zshrc')
-rwxr-xr-xzsh/.zshrc8
1 files changed, 4 insertions, 4 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index db49ac0..40f7fc1 100755
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -1,7 +1,4 @@
-# Exec general init script
-source ~/.initsh
-
-# If not running interactively, don't do anything else
+# If not running interactively, don't do anything
case $- in
*i*) ;;
*) return;;
@@ -122,3 +119,6 @@ ZSH_AUTOSUGGEST_USE_ASYNC=1
[ -n "$ZSH_SYNTAX_HIGHLIGHTING_PATH" ] && source "$ZSH_SYNTAX_HIGHLIGHTING_PATH"
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
+
+# Exec general init script
+source ~/.initsh