diff --git a/tools/install.sh b/tools/install.sh index 3ef25732f..6324fc8a9 100755 --- a/tools/install.sh +++ b/tools/install.sh @@ -131,6 +131,9 @@ export ZSH=\"$ZSH\" " ~/.zshrc > ~/.zshrc-omztemp mv -f ~/.zshrc-omztemp ~/.zshrc + # create ~/.zshrc_custom + touch ~/.zshrc_custom + echo }