update: fish: opam init
This commit is contained in:
parent
3d90157720
commit
a5be748c5d
1 changed files with 3 additions and 2 deletions
|
@ -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
|
Loading…
Reference in a new issue