add keys and update things

This commit is contained in:
Spotlight 2019-03-09 18:07:52 -06:00
parent a41f3a101e
commit da4bd6a113
Signed by: spotlight
GPG key ID: 874AA355B3209BDC
3 changed files with 5 additions and 1 deletions

3
zshrc
View file

@ -107,3 +107,6 @@ function mvsane () {
# Personal preferences
export EDITOR=vim
export GO111MODULE=on
if [ -d $HOME/.keysrc ]; then
source keysrc
fi