aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitch Riedstra <mitch@riedstra.us>2018-09-25 01:03:24 -0400
committerMitch Riedstra <mitch@riedstra.us>2018-09-25 01:03:24 -0400
commita5d785165050e56b2bf51e6ab96872956bdb8f07 (patch)
treecc01307c2a75f73bd8f925e8ed3e6a5e451da587
parentc4928e96a8fb1fb2626e386fa745ebeb5058a5eb (diff)
downloaddotfiles-a5d785165050e56b2bf51e6ab96872956bdb8f07.tar.gz
dotfiles-a5d785165050e56b2bf51e6ab96872956bdb8f07.tar.xz
Remove nvim as an editor and update the VIM_GIT_URL
-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"