Taylor Bockman 4 years ago
parent
commit
d457d5d08e
  1. 7
      dotfiles/bash/bashrc
  2. 4
      dotfiles/config/nvim/init.vim
  3. BIN
      t400_color_profile/TPLCD.ICM

7
dotfiles/bash/bashrc

@ -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 ------------#

4
dotfiles/config/nvim/init.vim

@ -138,8 +138,10 @@ function! NumberToggle()
endif
endfunc
" Autocmds
" Always show hidden files in nerdtree
let NERDTreeShowHidden=1
" Autocmds
" Auto Clang Formatting

BIN
t400_color_profile/TPLCD.ICM

Binary file not shown.
Loading…
Cancel
Save