aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mkshrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/mkshrc b/mkshrc
index 80cf528..70ac9a4 100644
--- a/mkshrc
+++ b/mkshrc
@@ -458,13 +458,13 @@ SHELL_CONFIG=".mkshrc"
COLOR=0
MY_LANG="en_US.UTF-8"
-export EDITORS="ed vi nvim vim "
+export EDITORS="ed vi vim "
export PATH="$HOME/bin:$PATH"
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"
+VIM_GIT_URL="https://git.riedstra.us/mitch/vim-cfg.git"
PRELOAD="$HOME/${SHELL_CONFIG}.pre"
LOCAL="$HOME/${SHELL_CONFIG}.local"