From a5d785165050e56b2bf51e6ab96872956bdb8f07 Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Tue, 25 Sep 2018 01:03:24 -0400 Subject: Remove nvim as an editor and update the VIM_GIT_URL --- mkshrc | 4 ++-- 1 file 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" -- cgit v1.2.3