chore: update zshrc for keychain

This commit is contained in:
2025-08-16 11:41:26 +10:00
parent a875fbecd4
commit e53367579e

View File

@ -100,7 +100,7 @@ if [ -f /usr/bin/lsb_release ]; then
fi fi
if [[ $DISTRO = 'Debian' ]]; then if [[ $DISTRO = 'Debian' ]]; then
alias archey='screenfetch' alias archey='neofetch'
fi fi
# Fun / Games # Fun / Games
@ -171,3 +171,4 @@ alias mutt='TERM=xterm-256color; neomutt'
#alias UM='imapfilter; offlineimap' #alias UM='imapfilter; offlineimap'
alias home='ssh -p 2222 moe@home.comprofix.com' alias home='ssh -p 2222 moe@home.comprofix.com'
eval $(keychain --eval --quiet)