mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-06 02:51:32 +01:00
update
This commit is contained in:
parent
bba9dd4d44
commit
e34a4ab84b
1 changed files with 4 additions and 4 deletions
|
|
@ -15,10 +15,10 @@ cwd=$(pwd)
|
||||||
|
|
||||||
echo $THIS_CWD
|
echo $THIS_CWD
|
||||||
cd ~/.oh-my-zsh
|
cd ~/.oh-my-zsh
|
||||||
git pull
|
git pull >> /dev/null
|
||||||
git add .
|
git add . >> /dev/null
|
||||||
git commit -m "update"
|
git commit -m "update" >> /dev/null
|
||||||
git push mine
|
git push mine >> /dev/null
|
||||||
cd $cwd
|
cd $cwd
|
||||||
|
|
||||||
bindkey "\e[1;3D" backward-word # ⌥←
|
bindkey "\e[1;3D" backward-word # ⌥←
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue