diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-04-23 21:46:58 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-04-23 21:46:58 +0200 |
commit | 069a452a320393308f79aa426c28fe9d59c179fc (patch) | |
tree | 9ffad167187a656b5c8e5ea000c7d2a96db127db | |
parent | 8e1704ddc79299cdf6db276c28b49daa39b17ebb (diff) |
bash: Sort exports
-rw-r--r-- | .bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"' |