diff --git a/.bashrc b/.bashrc index ece88c4..85910dd 100644 --- a/.bashrc +++ b/.bashrc @@ -66,4 +66,4 @@ cd ~/ eval `ssh-agent` # Start bitwarden -bwu +if [ -z "$BW_SESSION" ] ; then echo "Bitwarden set"; else bwu; fi