summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-04-23 21:46:58 +0200
committerThomas Voss <mail@thomasvoss.com> 2024-04-23 21:46:58 +0200
commit069a452a320393308f79aa426c28fe9d59c179fc (patch)
tree9ffad167187a656b5c8e5ea000c7d2a96db127db
parent8e1704ddc79299cdf6db276c28b49daa39b17ebb (diff)
bash: Sort exports
-rw-r--r--.bashrc2
1 files changed, 1 insertions, 1 deletions
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"'