bitwarden and fleet

This commit is contained in:
fwastring 2026-03-17 16:29:27 +01:00
parent a37f81751e
commit 0843a7a737
4 changed files with 45 additions and 2 deletions

View file

@ -118,9 +118,11 @@ in
set -gx PATH $PATH $HOME/scripts
set -gx PATH $PATH $HOME/.krew/bin
if not set -q SSH_AUTH_SOCK
eval (ssh-agent -c)
ssh-add ~/.ssh/id_ed25519 >/dev/null 2>&1
set SSH_AUTH_SOCK /home/fw/.bitwarden-ssh-agent.sock
end
set -Ux FZF_DEFAULT_OPTS "${fzfOpts}"