diff --git a/dotfiles/bash/bashrc b/dotfiles/bash/bashrc index 69dd943..0bee021 100644 --- a/dotfiles/bash/bashrc +++ b/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 ------------# diff --git a/dotfiles/config/nvim/init.vim b/dotfiles/config/nvim/init.vim index cd2820e..4fbe191 100644 --- a/dotfiles/config/nvim/init.vim +++ b/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 diff --git a/t400_color_profile/TPLCD.ICM b/t400_color_profile/TPLCD.ICM new file mode 100644 index 0000000..abb89f3 Binary files /dev/null and b/t400_color_profile/TPLCD.ICM differ