@ -94,12 +94,7 @@ export HISTCONTROL=ignoredups
# If go is installed, set the $GOPATH to the projects directory created above.
if [[ -x go ]]; then
export GOPATH=$HOME/projects/go
# Add Go executables to the system path
export PATH=$PATH:$(go env GOPATH)/bin
fi
if which go > /dev/null; then export GOPATH=$HOME/projects/go; fi
# ------------ END EXPORTS ------------#
@ -138,8 +138,10 @@ function! NumberToggle()
endif
endfunc
" Autocmds
" Always show hidden files in nerdtree
let NERDTreeShowHidden=1
" Auto Clang Formatting