From ea051cd891632b89f49d94dea8f55d1648523d70 Mon Sep 17 00:00:00 2001 From: qwjyh Date: Wed, 21 Feb 2024 21:09:30 +0900 Subject: [PATCH] update: stop using keychain(not necessary anymore) --- dotfiles/fish/config.fish | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/dotfiles/fish/config.fish b/dotfiles/fish/config.fish index 7771933..ebdacbf 100644 --- a/dotfiles/fish/config.fish +++ b/dotfiles/fish/config.fish @@ -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