Просмотр исходного кода

Update oh-my-zsh, fix `gsmpull`

Weiyi Lou 10 лет назад
Родитель
Сommit
d99f2f2cd3
3 измененных файлов с 3 добавлено и 3 удалено
  1. 1 1
      setup.sh
  2. 1 1
      zsh/custom/git.zsh
  3. 1 1
      zsh/oh-my-zsh

+ 1 - 1
setup.sh

@@ -26,7 +26,7 @@ linkup() {
 # Run vim-plug's install process.
 # Vim starts with just a registry of plugins and the `nocompatible` flag.
 install_vim_plugins() {
-  vim -u ~/dotfiles/vim/plugins.vim -N +PlugClean! +PlugUpdate! +qall!
+  vim -u ~/dotfiles/vim/plugins.vim -N +PlugClean! +PlugUpdate! +quitall!
 }
 
 # }}}

+ 1 - 1
zsh/custom/git.zsh

@@ -64,7 +64,7 @@ alias glg='git log --grep' # search commit MESSAGES.
 
 # git submodule management.
 alias gsm='git submodule'
-alias gsmpull='git submodule foreach git pull'
+alias gsmpull='git submodule foreach git pull origin master'
 alias gsmup='git submodule sync && git submodule update --init --recursive'
 
 # fix tracking for origin if not there.

+ 1 - 1
zsh/oh-my-zsh

@@ -1 +1 @@
-Subproject commit 192de6bcffb0294e19f4203f6f7dc1a7f3e427be
+Subproject commit ba5fd57c1ff4a8523715bab6acc35dbbeff88af7