update: stop using keychain(not necessary anymore)

This commit is contained in:
qwjyh 2024-02-21 21:09:30 +09:00
parent f6d85e1e1c
commit ea051cd891

View file

@ -10,10 +10,10 @@ if status is-interactive
end
set starship_precmd_uesr_func "set_win_title"
# keychain
set -x SHELL fish
keychain --eval --quiet -Q id_rsa, id_ed25519 | source
set -x SHELL bash
# # keychain
# set -x SHELL fish
# keychain --eval --quiet -Q id_rsa, id_ed25519 | source
# set -x SHELL bash
# abbr (from 3.6, --universal is removed)
abbr -a -- l less
@ -33,10 +33,6 @@ function set_win_title
end
set starship_precmd_uesr_func "set_win_title"
# keychain
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