From 2799bb7861773908a6c1870215ce87a6838671d9 Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Thu, 29 Mar 2018 20:59:46 -0400 Subject: quote gopath, change order of my editors and move gopath in front of the PATH --- mkshrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mkshrc') diff --git a/mkshrc b/mkshrc index 033ee50..eb03e26 100644 --- a/mkshrc +++ b/mkshrc @@ -452,10 +452,10 @@ SHELL_CONFIG=".mkshrc" COLOR=0 MY_LANG="en_US.UTF-8" -export EDITORS="ed vi vim nvim " +export EDITORS="ed vi nvim vim " export PATH="$HOME/bin:$PATH" -export GOPATH=$HOME/go -export PATH=$PATH:$GOPATH/bin +export GOPATH="$HOME/go" +export PATH="$GOPATH/bin:$PATH" UPDATE_URL="https://www.rygel.us/etc/" VIM_GIT_URL="https://git.riedstra.us/mitch/vim-cfg" -- cgit v1.2.3