Mercurial > dotfiles
comparison 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 |
comparison
equal
deleted
inserted
replaced
1090:527772a66bec | 1091:a1fab5298ef6 |
---|---|
18 direnv hook fish | source | 18 direnv hook fish | source |
19 end | 19 end |
20 | 20 |
21 $HOME/.fzf/bin/fzf --fish | source | 21 $HOME/.fzf/bin/fzf --fish | source |
22 | 22 |
23 if test -e "$HOME/.bitwarden-ssh-agent.sock" | |
24 set -x SSH_AUTH_SOCK "$HOME/.bitwarden-ssh-agent.sock" | |
25 end | |
26 | |
23 if status is-interactive | 27 if status is-interactive |
24 # Commands to run in interactive sessions can go here | 28 # Commands to run in interactive sessions can go here |
25 | 29 |
26 # Select modified paths via fzf on alt+g | 30 # Select modified paths via fzf on alt+g |
27 bind \eg fzf_hg_status_files | 31 bind \eg fzf_hg_status_files |