Mercurial > dotfiles
diff dot_config/private_fish/config.fish @ 1091:a1fab5298ef6 draft tip
feat: update to bitwarden 25.3 and enable ssh-agent
author | Zeger Van de Vannet <zeger@vandevan.net> |
---|---|
date | Mon, 21 Apr 2025 20:13:02 +0200 |
parents | 6228efcc628d |
children |
line wrap: on
line diff
--- a/dot_config/private_fish/config.fish Mon Apr 14 21:55:47 2025 +0200 +++ b/dot_config/private_fish/config.fish Mon Apr 21 20:13:02 2025 +0200 @@ -20,6 +20,10 @@ $HOME/.fzf/bin/fzf --fish | source +if test -e "$HOME/.bitwarden-ssh-agent.sock" + set -x SSH_AUTH_SOCK "$HOME/.bitwarden-ssh-agent.sock" +end + if status is-interactive # Commands to run in interactive sessions can go here