From 2cb8ff537af0f3a9e8c29567abacf6249e2fa813 Mon Sep 17 00:00:00 2001 From: alvinlollo Date: Tue, 24 Mar 2026 21:29:32 +1100 Subject: [PATCH] Added home directory paths --- zsh.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh.sh b/zsh.sh index a626071..7030ec6 100755 --- a/zsh.sh +++ b/zsh.sh @@ -82,7 +82,7 @@ git clone --depth 1 https://github.com/marlonrichert/zsh-autocomplete.git ${ZSH_ set +eu # Backup old config file if it exists -cp .zshrc .zshrc{,.bak} -r +cp ~/.zshrc ~/.zshrc{,.bak} -r # Enable exit on error set -eu