mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-30 02:44:42 +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
|
||||
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 # ⌥←
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue