From fc2f6cd15bb7e476ff70e2a54c447521ab92daba Mon Sep 17 00:00:00 2001 From: h7x4 Date: Sat, 29 May 2021 16:11:13 +0200 Subject: [PATCH] source local zsh script --- general/.zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/general/.zshrc b/general/.zshrc index 4becde8..6178806 100644 --- a/general/.zshrc +++ b/general/.zshrc @@ -33,3 +33,5 @@ source $ZSH/oh-my-zsh.sh # To customize prompt, run `p10k configure` or edit ~/.p10k.zsh. [[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh + +[[ ! -f !/.zshrc.local ]] || source ~/.zshrc.local