From b31f7e2f667507b97fafacf3c070748caeb268bd Mon Sep 17 00:00:00 2001 From: Frank Qing Date: Wed, 1 May 2024 12:49:13 +0800 Subject: [PATCH] Update ZSH variable in install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 5308fa1..846c7a3 100755 --- a/install.sh +++ b/install.sh @@ -30,7 +30,7 @@ else fi fi -ZSH="~/.oh-my-zsh" +ZSH="$HOME/.oh-my-zsh" if mv -n ~/.zshrc ~/.zshrc-backup-$(date +"%Y-%m-%d"); then # backup .zshrc echo -e "Backed up the current .zshrc to .zshrc-backup-date\n"