diff --git a/dotfiles/env b/dotfiles/env index c1b83c7..eeb4b84 100644 --- a/dotfiles/env +++ b/dotfiles/env @@ -12,6 +12,7 @@ export EDITOR=vim export DEBEMAIL="david@systemoverlord.com" export DEBFULLNAME="David Tomaschik" export LESS="-MR" +export QUOTING_STYLE="literal" # Coreutils quotes # Fix gnome-terminal if [[ $TERM == "xterm" && $COLORTERM == "gnome-terminal" ]] ; then diff --git a/dotfiles/vimrc b/dotfiles/vimrc index 7a559a4..023440b 100644 --- a/dotfiles/vimrc +++ b/dotfiles/vimrc @@ -15,7 +15,6 @@ if filereadable(glob("~/.vim/bundle/Vundle.vim/README.md")) Plugin 'scrooloose/syntastic' Plugin 'mattn/webapi-vim' Plugin 'mattn/gist-vim' - Plugin 'fatih/vim-go' Plugin 'altercation/vim-colors-solarized' Plugin 'vimoutliner/vimoutliner' Plugin 'PotatoesMaster/i3-vim-syntax' @@ -135,6 +134,8 @@ endfunction " Options for syntastic let g:syntastic_enable_signs = 1 let g:syntastic_auto_loc_list = 2 +let g:syntastic_go_checkers = ['govet', 'errcheck', 'go'] + " Have F5 run the tests and display errors nnoremap :SyntasticCheck :Errors diff --git a/private_dotfiles/java/.userPrefs/burp/prefs.xml b/private_dotfiles/java/.userPrefs/burp/prefs.xml new file mode 100644 index 0000000..ba01c58 Binary files /dev/null and b/private_dotfiles/java/.userPrefs/burp/prefs.xml differ