1
0

Fixed SSH Agent env variable

This commit is contained in:
2026-02-18 16:16:05 +01:00
parent 6f3131bedc
commit 814305c82d

View File

@@ -21,7 +21,7 @@ $env.config.show_banner = false
$env.EDITOR = 'hx'
$env.VISUAL = 'hx'
if ((sys host).name !~ '.*Windows.*') {
$env.SSH_AUTH_SOCK = '/home/lumen/.bitwarden-ssh-agent.sock'
$env.SSH_AUTH_SOCK = $'($env.HOME)/.bitwarden-ssh-agent.sock'
}
try {