From c0d6cd2f1eee2f901bf54e60ee20791839b48c7d Mon Sep 17 00:00:00 2001 From: Michael W Clark Date: Fri, 14 Oct 2022 00:50:06 -0500 Subject: [PATCH] update --- custom/zshrc.zsh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/custom/zshrc.zsh b/custom/zshrc.zsh index 9d18c7fcc..6866b756c 100755 --- a/custom/zshrc.zsh +++ b/custom/zshrc.zsh @@ -11,14 +11,15 @@ export NVM_DIR="$HOME/.nvm" # Sync changes -THIS_CWD=${cwd} +cwd=$(pwd) + echo $THIS_CWD cd ~/.oh-my-zsh git pull git add . git commit -m "update" git push mine master -cd $THIS_CWD +cd $cwd bindkey "\e[1;3D" backward-word # ⌥← bindkey "\e[1;3C" forward-word # ⌥→