Added vim-colors-solarized submodule
This commit is contained in:
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
Submodule .vim/bundle/vim-colors-solarized added at 528a59f26d
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user