summary refs log tree commit diff stats
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-rw-r--r--.config/fish/config.fish7
1 files changed, 4 insertions, 3 deletions
diff --git a/.config/fish/config.fish b/.config/fish/config.fish
index a221170..2f8c7ef 100644
--- a/.config/fish/config.fish
+++ b/.config/fish/config.fish
@@ -130,7 +130,8 @@ set -x BOOT_CLOJURE_VERSION 1.8.0
 # ocaml
 source $HOME/.opam/opam-init/init.fish > /dev/null 2> /dev/null; or true
 
-# shadowgate mud over ssl
-function shadowgate
-  command shadowgate socat TCP-LISTEN 8080,fork,reuseaddr OPENSSL shadowgate.org 8443
+# when calling vim, don't load spacevim. for neovim, load it.
+function vim
+  command vim -u NONE $argv
 end
+