Added vim-colors-solarized submodule

This commit is contained in:
yan
2011-11-18 15:30:16 -06:00
parent 7fde14c51b
commit 366de27d86
3 changed files with 11 additions and 0 deletions

View File

@@ -28,6 +28,13 @@ alias bor='. ~/dev/config/bash_options'
alias bp='vi ~/.bash_profile'
alias br='. ~/.bash_profile'
# vimrc editing
alias ve='vi ~/.vimrc'
# zsh profile editing
alias ze='vi ~/.zshrc'
alias zr='. ~/.zshrc'
# Git Aliases
alias gs='git status'
alias gstsh='git stash'