From e53367579e34eb9a48b878383fa08860cd3e0c57 Mon Sep 17 00:00:00 2001 From: Matthew McKinnon Date: Sat, 16 Aug 2025 11:41:26 +1000 Subject: [PATCH] chore: update zshrc for keychain --- zsh/zshrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/zsh/zshrc b/zsh/zshrc index 79c8633..4c5a2b8 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -100,7 +100,7 @@ if [ -f /usr/bin/lsb_release ]; then fi if [[ $DISTRO = 'Debian' ]]; then - alias archey='screenfetch' + alias archey='neofetch' fi # Fun / Games @@ -171,3 +171,4 @@ alias mutt='TERM=xterm-256color; neomutt' #alias UM='imapfilter; offlineimap' alias home='ssh -p 2222 moe@home.comprofix.com' +eval $(keychain --eval --quiet)