1
0

Set SSH Bitwarden env var to only trigger on non Windows Systems

This commit is contained in:
2025-07-30 19:26:08 +02:00
parent ac8fc8529b
commit 6793e4e0ae

View File

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