From 73c1caa286ebec613cd545f305e9ca9e72626445 Mon Sep 17 00:00:00 2001 From: Joseph Ferano Date: Wed, 19 May 2021 15:08:24 +0700 Subject: [PATCH] Remove opam call --- .config/fish/config.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/fish/config.fish b/.config/fish/config.fish index 416902c..7ef5fd7 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -76,4 +76,4 @@ alias restart-tmux "not pgrep tmux && tmux new -d -s delete-me \ && tmux kill-session -t delete-me \ && tmux attach || tmux attach " -source /home/joe/.opam/opam-init/init.fish > /dev/null 2> /dev/null; or true +# source /home/joe/.opam/opam-init/init.fish > /dev/null 2> /dev/null; or true