From 069a452a320393308f79aa426c28fe9d59c179fc Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Tue, 23 Apr 2024 21:46:58 +0200 Subject: bash: Sort exports --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 930106d..884b28e 100644 --- a/.bashrc +++ b/.bashrc @@ -85,8 +85,8 @@ export PATH="$HOME/.local/bin:$HOME/.local/sbin:/opt/odin:$GOROOT/bin:$GOPATH/bi export GPG_TTY=`tty` export HISTSIZE=100000 export LESS='-RF' -export VAULT_2FA='2 Factor Authentication' export PRINTER='HP_OfficeJet_8010' +export VAULT_2FA='2 Factor Authentication' alias ..='cd ..' alias d='git --git-dir="$REPODIR/Mango0x45/dotfiles.git" --work-tree="$HOME"' -- cgit v1.2.3