dotfiles

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit c8691ebd08c8557fd80ebf6bcda0f70db95f0760 (tree)
parent 0141df60fe55f53bd713b15ca1b1aff8c1b9bcb0
Author: Motiejus Jakštys <motiejus@uber.com>
Date:   Fri, 18 Jan 2019 10:02:11 +0200

attempts to fix puppet re

Diffstat:
Mbash/.profile_motiejus | 4++--
Mvim/.vim/vimrc | 2++
2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/bash/.profile_motiejus b/bash/.profile_motiejus @@ -9,8 +9,8 @@ export GOTRACEBACK=all export VAGRANT_DEFAULT_PROVIDER=virtualbox export JAVA_HOME=`/usr/libexec/java_home -v 1.8` -export GOPATH=$HOME/.gopath:$HOME/.go-code -#export GOPATH=$HOME/.gopath +#export GOPATH=$HOME/.gopath:$HOME/.go-code +export GOPATH=$HOME/.gopath export PATH=$HOME/.gopath/bin:/usr/local/opt/sqlite/bin:$HOME/bin:$HOME/.cargo/bin:$PATH export CLUSTODSN=postgresql://clusto:clusto@127.0.0.1:5432/clusto export RUST_SRC_PATH=$(rustc --print sysroot)/lib/rustlib/src/rust/src/ diff --git a/vim/.vim/vimrc b/vim/.vim/vimrc @@ -31,6 +31,8 @@ au FileType puppet setlocal ts=2 sw=2 sws=2 syntax=ruby au FileType puppet let g:gutentags_enabled = 1 au FileType puppet let b:gutentags_file_list_command = 'git ls-files *.pp' au FileType puppet nnoremap <C-]> :call search('\s', 'b')<cr>:call search('\w')<cr>vE<C-]> +"au FileType puppet nnoremap <C-]> :call search('\s', 'b')<cr>:call search('\w')<cr>:call search('[^a-z:]\|$', 's')<cr>hv`'<C-]> + " avro au BufRead,BufNewFile *.avsc setfiletype json