mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-30 02:44:42 +01:00
update
This commit is contained in:
parent
7d4953f56a
commit
c0d6cd2f1e
1 changed files with 3 additions and 2 deletions
|
|
@ -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 # ⌥→
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue