mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-06 02:51:32 +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
|
# Sync changes
|
||||||
THIS_CWD=${cwd}
|
cwd=$(pwd)
|
||||||
|
|
||||||
echo $THIS_CWD
|
echo $THIS_CWD
|
||||||
cd ~/.oh-my-zsh
|
cd ~/.oh-my-zsh
|
||||||
git pull
|
git pull
|
||||||
git add .
|
git add .
|
||||||
git commit -m "update"
|
git commit -m "update"
|
||||||
git push mine master
|
git push mine master
|
||||||
cd $THIS_CWD
|
cd $cwd
|
||||||
|
|
||||||
bindkey "\e[1;3D" backward-word # ⌥←
|
bindkey "\e[1;3D" backward-word # ⌥←
|
||||||
bindkey "\e[1;3C" forward-word # ⌥→
|
bindkey "\e[1;3C" forward-word # ⌥→
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue