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

3
.gitmodules vendored
View File

@ -4,3 +4,6 @@
[submodule "vim/bundle/fugitive"]
path = vim/bundle/fugitive
url = http://github.com/tpope/vim-fugitive.git
[submodule ".vim/bundle/vim-colors-solarized"]
path = .vim/bundle/vim-colors-solarized
url = https://github.com/altercation/vim-colors-solarized

@ -0,0 +1 @@
Subproject commit 528a59f26d12278698bb946f8fb82a63711eec21

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'