move bitwarden back to pacman

This commit is contained in:
2026-09-09 15:14:37 -06:00
parent 07280f3971
commit ae9802c368
4 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
#!/bin/bash
LINE="export SSH_AUTH_SOCK=/home/$USER/.var/app/com.bitwarden.desktop/data/.bitwarden-ssh-agent.sock"
export SSH_AUTH_SOCK="$HOME/.bitwarden-ssh-agent.sock"
if grep -qF "$LINE" ~/.bashrc; then
echo "Bitwarden SSH agent already configured in .bashrc"