fix up local vim settings sourcing and add android studio to path
This commit is contained in:
parent
ced6de47e7
commit
dde64abad2
4
vimrc
4
vimrc
@ -55,7 +55,9 @@ let g:go_highlight_interfaces = 1
|
|||||||
let g:go_highlight_operators = 1
|
let g:go_highlight_operators = 1
|
||||||
let g:go_highlight_build_constraints = 1
|
let g:go_highlight_build_constraints = 1
|
||||||
|
|
||||||
source ~/.vim/work_customizations.vim
|
if filereadable(expand("~/.vim/local.vim"))
|
||||||
|
source ~/.vim/local.vim
|
||||||
|
endif
|
||||||
|
|
||||||
"indent and tab
|
"indent and tab
|
||||||
set nowrap
|
set nowrap
|
||||||
|
1
zshrc
1
zshrc
@ -47,3 +47,4 @@ export GOPATH=$HOME/Projects/go
|
|||||||
|
|
||||||
export PATH=$HOME/bin:$GOPATH/bin:$PATH
|
export PATH=$HOME/bin:$GOPATH/bin:$PATH
|
||||||
export PATH=/home/mike/.gem/ruby/2.3.0/bin:$PATH
|
export PATH=/home/mike/.gem/ruby/2.3.0/bin:$PATH
|
||||||
|
export PATH=/opt/android-studio/bin:/home/mike/.cargo/bin:$PATH
|
||||||
|
Loading…
Reference in New Issue
Block a user