From e951a314872853d87c516c0e193921d3d8447746 Mon Sep 17 00:00:00 2001 From: alvinlollo <143326475+alvinlollo@users.noreply.github.com> Date: Mon, 14 Apr 2025 16:47:47 +1000 Subject: [PATCH] Update install.sh --- install.sh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/install.sh b/install.sh index 306a171..0ab32e5 100755 --- a/install.sh +++ b/install.sh @@ -75,10 +75,9 @@ touch ~/.fzf/shell/key-bindings.zsh # Source .zshrc three times only if fzf has not been initialized -source ~/.zshrc -source ~/.zshrc -source ~/.zshrc -source ~/.zshrc +zsh +zsh +zsh # Do not print commands set +x