Fixed Bitwarden SSH Socket
This commit is contained in:
@@ -26,7 +26,8 @@ $env.config.table.trim.truncating_suffix = ' >>'
|
||||
$env.config.table.mode = 'frameless'
|
||||
|
||||
if ((sys host).name !~ '.*Windows.*') {
|
||||
$env.SSH_AUTH_SOCK = $'($env.HOME)/.var/app/com.bitwarden.desktop/data'
|
||||
$env.SSH_AUTH_SOCK = $'($env.HOME)/.var/app/com.bitwarden.desktop/data/.bitwarden-ssh-agent.sock'
|
||||
# $env.SSH_AUTH_SOCK = $'($env.HOME)/.bitwarden-ssh-agent.sock'
|
||||
}
|
||||
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user