From 6c8f9335af9828d08205bcbca4f3cd4e09424771 Mon Sep 17 00:00:00 2001 From: Mihit Date: Tue, 3 Feb 2026 21:50:07 +0000 Subject: [PATCH] changed update behaviour --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc b/zshrc index 26d20f4..6b4c91c 100644 --- a/zshrc +++ b/zshrc @@ -21,7 +21,7 @@ setopt histignorealldups sharehistory #Alias alias ..='cd ..' -alias update_zsh='cd ~/.zsh_conf && git pull && cd' +alias update_zsh='git -C ~/.zsh_conf pull' # Use emacs keybindings even if our EDITOR is set to vi bindkey -e