diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-08-24 21:15:33 +0300 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-08-24 21:15:33 +0300 |
commit | 5d7cd83c10d6c9fb7a5046b367b579c25829b702 (patch) | |
tree | ebdf2888fe51dbfd164f9cac8cfa8eb36a3d1c90 /.bashrc | |
parent | 2d1586cfb81911325975872048b71a21ae45f2a1 (diff) |
bash: Remove unused exports
Diffstat (limited to '.bashrc')
-rw-r--r-- | .bashrc | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -66,10 +66,7 @@ export LD_LIBRARY_PATH="/usr/local/lib:$LD_LIBRARY_PATH" export PATH="$HOME/.local/bin:$HOME/.local/sbin:$GOROOT/bin:$GOPATH/bin:$PATH" export GPG_TTY=`tty` - export VAULT_2FA='2 Factor Authentication' -export VAULT_COPY='wl-copy -no' -export VAULT_SHOW='wofi -d' alias d='git --git-dir="$REPODIR/Mango0x45/dotfiles.git" --work-tree="$HOME"' alias g=git |