From 71dd11054c0e8f13e148ab669b69c312202f6dc8 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Thu, 14 Mar 2024 15:44:20 +0100 Subject: bash & lps: Make use of $PRINTER --- .bashrc | 1 + 1 file changed, 1 insertion(+) (limited to '.bashrc') diff --git a/.bashrc b/.bashrc index 53655ef..930106d 100644 --- a/.bashrc +++ b/.bashrc @@ -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"' -- cgit v1.2.3