Added home directory paths

This commit is contained in:
alvinlollo
2026-03-24 21:29:32 +11:00
parent c497927ba6
commit 2cb8ff537a
+1 -1
View File
@@ -82,7 +82,7 @@ git clone --depth 1 https://github.com/marlonrichert/zsh-autocomplete.git ${ZSH_
set +eu set +eu
# Backup old config file if it exists # Backup old config file if it exists
cp .zshrc .zshrc{,.bak} -r cp ~/.zshrc ~/.zshrc{,.bak} -r
# Enable exit on error # Enable exit on error
set -eu set -eu