1
0

Update Bitwarden SSH Socket for the Bitwarden Flatpak Version

This commit is contained in:
2026-05-09 21:20:45 +02:00
parent 46fed03268
commit 275787b689
+1 -1
View File
@@ -26,7 +26,7 @@ $env.config.table.trim.truncating_suffix = ' >>'
$env.config.table.mode = 'frameless' $env.config.table.mode = 'frameless'
if ((sys host).name !~ '.*Windows.*') { if ((sys host).name !~ '.*Windows.*') {
$env.SSH_AUTH_SOCK = $'($env.HOME)/.bitwarden-ssh-agent.sock' $env.SSH_AUTH_SOCK = $'($env.HOME)/.var/app/com.bitwarden.desktop/data'
} }
try { try {