From c2c47648e147e452d5940ea29445d36685ce0002 Mon Sep 17 00:00:00 2001 From: wholteza Date: Tue, 4 Feb 2025 18:56:35 +0100 Subject: [PATCH] Added bitwarden sock to bashrc --- .bashrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index c9f3a10..ecf7807 100644 --- a/.bashrc +++ b/.bashrc @@ -157,7 +157,8 @@ alias mount-bigboi-warez='~/.config/mnt/bigboi-warez.sh' alias edit-bash='nano ~/.bashrc && source ~/.bashrc' alias edit-requirements='nano ~/.config/requirements/install.sh' +export SSH_AUTH_SOCK=/home/wholteza/snap/bitwarden/current/.bitwarden-ssh-agent.sock + export PATH="/home/wholteza/.cargo/bin:$PATH" ### Start oh my posh eval "$(oh-my-posh init bash --config '~/.config/oh-my-posh/theme.omp.json')" -