Set SSH Bitwarden env var to only trigger on non Windows Systems
This commit is contained in:
@@ -20,4 +20,6 @@
|
|||||||
$env.config.show_banner = false
|
$env.config.show_banner = false
|
||||||
$env.EDITOR = 'hx'
|
$env.EDITOR = 'hx'
|
||||||
$env.VISUAL = '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'
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user