merge from default mhoward-lt

Wed, 11 Feb 2015 23:47:29 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Wed, 11 Feb 2015 23:47:29 -0500
branch
mhoward-lt
changeset 170
fb8391e37094
parent 164
48af2ec782e0 (current diff)
parent 167
efbe6857dc96 (diff)
child 171
5d1f29731469

merge from default

.gitconfig file | annotate | diff | comparison | revisions
--- 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 )
 

mercurial