changes
This commit is contained in:
parent
72cc978039
commit
619528373a
4 changed files with 7 additions and 5 deletions
|
|
@ -10,3 +10,5 @@ export TERM=xterm-256color
|
||||||
export WORKON_HOME=$HOME/virtualenvs
|
export WORKON_HOME=$HOME/virtualenvs
|
||||||
export PROJECT_HOME=$HOME/git
|
export PROJECT_HOME=$HOME/git
|
||||||
[ -f /usr/local/bin/virtualenvwrapper.sh ] && source /usr/local/bin/virtualenvwrapper.sh
|
[ -f /usr/local/bin/virtualenvwrapper.sh ] && source /usr/local/bin/virtualenvwrapper.sh
|
||||||
|
|
||||||
|
PATH=$PATH:~/bin
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit e3cfd3643b0f4c9650d5eb23912fef12d88e7a60
|
Subproject commit 45205aa4a393ab7eee2656e6e35eb61016ec81c2
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 2564c37d0a2ade327d6381fef42d84d9fad1d057
|
Subproject commit bd0b87d36ad80e8acd94f22028d15ebb441b1c28
|
||||||
6
.vimrc
6
.vimrc
|
|
@ -42,18 +42,18 @@ filetype plugin indent on " required
|
||||||
" Put your non-Plugin stuff after this line
|
" Put your non-Plugin stuff after this line
|
||||||
|
|
||||||
" airline theme
|
" airline theme
|
||||||
let g:airline_theme='base16_monokai'
|
let g:airline_theme='violet'
|
||||||
|
|
||||||
set t_Co=256
|
set t_Co=256
|
||||||
|
|
||||||
colorscheme base16-darktooth
|
colorscheme base16-monokai
|
||||||
syntax on
|
syntax on
|
||||||
|
|
||||||
" enable vim modelines
|
" enable vim modelines
|
||||||
set modeline
|
set modeline
|
||||||
|
|
||||||
set tabstop=2 shiftwidth=2 expandtab
|
set tabstop=2 shiftwidth=2 expandtab
|
||||||
"set background=dark
|
set background=dark
|
||||||
|
|
||||||
set showcmd
|
set showcmd
|
||||||
" highlight searches
|
" highlight searches
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue