Added vim-colors-solarized submodule
This commit is contained in:
parent
7fde14c51b
commit
366de27d86
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -4,3 +4,6 @@
|
|||||||
[submodule "vim/bundle/fugitive"]
|
[submodule "vim/bundle/fugitive"]
|
||||||
path = vim/bundle/fugitive
|
path = vim/bundle/fugitive
|
||||||
url = http://github.com/tpope/vim-fugitive.git
|
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
|
||||||
|
1
.vim/bundle/vim-colors-solarized
Submodule
1
.vim/bundle/vim-colors-solarized
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 528a59f26d12278698bb946f8fb82a63711eec21
|
@ -28,6 +28,13 @@ alias bor='. ~/dev/config/bash_options'
|
|||||||
alias bp='vi ~/.bash_profile'
|
alias bp='vi ~/.bash_profile'
|
||||||
alias br='. ~/.bash_profile'
|
alias br='. ~/.bash_profile'
|
||||||
|
|
||||||
|
# vimrc editing
|
||||||
|
alias ve='vi ~/.vimrc'
|
||||||
|
|
||||||
|
# zsh profile editing
|
||||||
|
alias ze='vi ~/.zshrc'
|
||||||
|
alias zr='. ~/.zshrc'
|
||||||
|
|
||||||
# Git Aliases
|
# Git Aliases
|
||||||
alias gs='git status'
|
alias gs='git status'
|
||||||
alias gstsh='git stash'
|
alias gstsh='git stash'
|
||||||
|
Loading…
Reference in New Issue
Block a user