Kaynağa Gözat

vimrc pathogen call change. added alias for staging

cinaeco 14 yıl önce
ebeveyn
işleme
c89fe82745
5 değiştirilmiş dosya ile 6 ekleme ve 5 silme
  1. 1 1
      vim/bundle/nerdtree
  2. 1 1
      vim/bundle/pathogen
  3. 1 1
      vim/bundle/supertab
  4. 1 2
      vim/vimrc
  5. 2 0
      zsh/zshrc

+ 1 - 1
vim/bundle/nerdtree

@@ -1 +1 @@
-Subproject commit 2dd198c6c412b4ddd361b43586b01981e8383239
+Subproject commit 12f692f4369526f408e724fa74a0da527ebe2f2f

+ 1 - 1
vim/bundle/pathogen

@@ -1 +1 @@
-Subproject commit fb16afe7382f8460c3a6f5318ed882319081330a
+Subproject commit 7701d8220115fe3d1bbead51773346eccc3276af

+ 1 - 1
vim/bundle/supertab

@@ -1 +1 @@
-Subproject commit 80ec6539e4139a2e0281a0f1e36d5038d55ad980
+Subproject commit e228cff25e19c9de9598bf40ca57d90c7c5a0e28

+ 1 - 2
vim/vimrc

@@ -1,8 +1,7 @@
 """"""""
 "" Plugin Loading with Pathogen
 """""""""""""""""""""""""""""""""""""""""""""""""""
-call pathogen#runtime_append_all_bundles()
-call pathogen#helptags()
+call pathogen#infect()
 
 
 """"""""

+ 2 - 0
zsh/zshrc

@@ -191,7 +191,9 @@ settabh
 ## shortcuts to other machines
 alias murray='ssh weiyi@murray'
 alias nile='ssh weiyi@nile'
+alias niles='ssh weiyi@nile-stage'
 alias orinoco='ssh weiyi@orinoco'
+alias orinocos='ssh weiyi@orinoco-stage'
 alias kwai='ssh weiyi@kwai'
 alias devbox='ssh root@devbox'
 alias danshui='ssh weiyi@danshui'