From bee944c9416fc263d561fc05af66ede395b1016b Mon Sep 17 00:00:00 2001 From: Bond_009 Date: Thu, 4 Nov 2021 22:24:11 +0100 Subject: Streamline shell init --- zsh/.zshrc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'zsh') 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 -- cgit v1.2.3