summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter2021-12-05 17:33:28 +0000
committerPeter2021-12-05 17:33:28 +0000
commite7342a9d44a7515b58797c825334e518a21f2191 (patch)
treec93a7c055fffc2d0722baac1efcca6f30da3ad45
parenteeba6de160cc8355bb0a75198960d58a2e874db5 (diff)
downloaddotfiles-e7342a9d44a7515b58797c825334e518a21f2191.tar.gz
dotfiles-e7342a9d44a7515b58797c825334e518a21f2191.tar.bz2
dotfiles-e7342a9d44a7515b58797c825334e518a21f2191.zip
BW env file not needed with rbw
-rw-r--r--.config/fish/config.fish3
1 files changed, 0 insertions, 3 deletions
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"