diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-03-14 15:44:20 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-03-14 15:44:20 +0100 |
commit | 71dd11054c0e8f13e148ab669b69c312202f6dc8 (patch) | |
tree | 6eded911b429db18a45f9bcc32ccc9fa6ceba75b /.bashrc | |
parent | 448077c13f002752a728ed3dd4127b014bb12b13 (diff) |
bash & lps: Make use of $PRINTER
Diffstat (limited to '.bashrc')
-rw-r--r-- | .bashrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -86,6 +86,7 @@ export GPG_TTY=`tty` export HISTSIZE=100000 export LESS='-RF' export VAULT_2FA='2 Factor Authentication' +export PRINTER='HP_OfficeJet_8010' alias ..='cd ..' alias d='git --git-dir="$REPODIR/Mango0x45/dotfiles.git" --work-tree="$HOME"' |