From 301a806b7871b1092e2ff842217842ae3d80d86a Mon Sep 17 00:00:00 2001 From: Mihit Date: Tue, 3 Feb 2026 21:48:04 +0000 Subject: [PATCH] added update alias --- install.sh | 4 ++-- zshrc | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 1ac6881..40656a4 100644 --- a/install.sh +++ b/install.sh @@ -1,4 +1,4 @@ #!/bin/bash git clone https://git.hserve.win/Mihit/ZSH-Config ~/.zsh_conf -ln -s ~/.zsh_conf/zshrc .zshrc -chsh -s /usr/bin/zsh +ln -s ~/.zsh_conf/zshrc ~/.zshrc +chsh -s /usr/bin/zsh \ No newline at end of file diff --git a/zshrc b/zshrc index 60313dc..26d20f4 100644 --- a/zshrc +++ b/zshrc @@ -21,6 +21,7 @@ setopt histignorealldups sharehistory #Alias alias ..='cd ..' +alias update_zsh='cd ~/.zsh_conf && git pull && cd' # Use emacs keybindings even if our EDITOR is set to vi bindkey -e