From b501798e88846e3512592b77a9d3a1b35550547b Mon Sep 17 00:00:00 2001 From: Benjamin Morrison Date: Sun, 4 Oct 2020 18:08:49 -0400 Subject: some dev related config changes to vscode, spacemacs, and environment --- .config/fish/config.fish | 3 +++ 1 file changed, 3 insertions(+) (limited to '.config/fish') diff --git a/.config/fish/config.fish b/.config/fish/config.fish index 80c5ddc..9c470de 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -123,6 +123,9 @@ set -x BOOT_CLOJURE_NAME org.clojure/clojure set -x BOOT_VERSION 2.8.3 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 -- cgit 1.4.1