diff --git a/.gitignore b/.gitignore index ffe9657..9b9ff51 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ vim/.netrwhist +keysrc diff --git a/vim/pack/normal/start/vim-go b/vim/pack/normal/start/vim-go index 8513feb..66d06f3 160000 --- a/vim/pack/normal/start/vim-go +++ b/vim/pack/normal/start/vim-go @@ -1 +1 @@ -Subproject commit 8513febab5c698553acc7ac33f4185fb2da664d2 +Subproject commit 66d06f380ef3cbced060b4d514413762a4438fb4 diff --git a/zshrc b/zshrc index 81f9707..773344c 100644 --- a/zshrc +++ b/zshrc @@ -107,3 +107,6 @@ function mvsane () { # Personal preferences export EDITOR=vim export GO111MODULE=on +if [ -d $HOME/.keysrc ]; then + source keysrc +fi