From fab46943dd9581b20774f926e48b1e9476ce73ff Mon Sep 17 00:00:00 2001 From: linsilence Date: Mon, 26 Aug 2019 18:22:55 +0800 Subject: [PATCH] create .zshrc_custom when install --- tools/install.sh | 3 +++ 1 file changed, 3 insertions(+) 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 }