From e34a4ab84bdb94465cd7340333c20ad6c1719db4 Mon Sep 17 00:00:00 2001 From: Michael W Clark Date: Fri, 14 Oct 2022 00:52:34 -0500 Subject: [PATCH] update --- custom/zshrc.zsh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/custom/zshrc.zsh b/custom/zshrc.zsh index 991a1e99b..05198065d 100755 --- a/custom/zshrc.zsh +++ b/custom/zshrc.zsh @@ -15,10 +15,10 @@ cwd=$(pwd) echo $THIS_CWD cd ~/.oh-my-zsh -git pull -git add . -git commit -m "update" -git push mine +git pull >> /dev/null +git add . >> /dev/null +git commit -m "update" >> /dev/null +git push mine >> /dev/null cd $cwd bindkey "\e[1;3D" backward-word # ⌥←