From e7342a9d44a7515b58797c825334e518a21f2191 Mon Sep 17 00:00:00 2001 From: Peter Date: Sun, 5 Dec 2021 17:33:28 +0000 Subject: BW env file not needed with rbw --- .config/fish/config.fish | 3 --- 1 file changed, 3 deletions(-) (limited to '.config') diff --git a/.config/fish/config.fish b/.config/fish/config.fish index e70a4be..b0f8986 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -18,9 +18,6 @@ set -gx EMAIL (whoami)@$DOMAIN set -gx MAILSERVER imap.yandex.com set -gx SYNCDIR $HOME/vault -# Bitwarden session variable -if test -f "$SYNCDIR/docs/secure/bitwarden.env"; set -x BW_SESSION (cat "$SYNCDIR/docs/secure/bitwarden.env"); end - # Exports to move certain files around fish_add_path "$HOME/.local/bin" set -gx GNUPGHOME "$XDG_DATA_HOME/gnupg" -- cgit v1.2.3