From a5be748c5d6cd81fd25d02959e740bc9624299e0 Mon Sep 17 00:00:00 2001 From: qwjyh Date: Thu, 6 Oct 2022 23:34:12 +0900 Subject: [PATCH] update: fish: opam init --- dotfiles/fish/config.fish | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dotfiles/fish/config.fish b/dotfiles/fish/config.fish index acbf87c..09b6f19 100644 --- a/dotfiles/fish/config.fish +++ b/dotfiles/fish/config.fish @@ -14,10 +14,11 @@ if status is-interactive set -x SHELL fish keychain --eval --quiet -Q id_rsa, id_ed25519 | source set -x SHELL bash + + # opam + # source ~/.opam/opam-init/init.fish > /dev/null 2> /dev/null; or true end -# opam -# source ~/.opam/opam-init/init.fish > /dev/null 2> /dev/null; or true # key bindings bind \b backward-kill-word \ No newline at end of file