--- a/.gitconfig
+++ b/.gitconfig
@@ -16,3 +16,5 @@
outgoing = log @{u}..
glog = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative
+[branch]
+ autosetuprebase = always
--- a/.vimrc
+++ b/.vimrc
@@ -59,6 +59,8 @@ end
Plugin 'bling/vim-airline'
Plugin 'bling/vim-bufferline'
+ Plugin 'editorconfig/editorconfig-vim'
+
Plugin 'Shougo/vimproc.vim'
Plugin 'Shougo/unite.vim'
Plugin 'Shougo/vimshell.vim'
--- a/.zshrc
+++ b/.zshrc
@@ -4,8 +4,8 @@ export ZSH=$HOME/.oh-my-zsh
ZSH_THEME="mhoward"
ZSH_CUSTOM=~/.oh-my-zsh.cust
-# trust in github?
-DISABLE_UPDATE_PROMPT="true"
+DISABLE_AUTO_UPDATE="true"
+# DISABLE_UPDATE_PROMPT="true"
plugins=( common-aliases gitfast )