From 14c8986fd596fc8a90161a214fde6e762e93c6ae Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Mon, 17 Mar 2025 15:28:08 +0200 Subject: [PATCH] {bash,zsh}rc: add deck to list of my accounts for motivational messages --- rc/bashrc | 4 ++-- rc/zshrc | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/rc/bashrc b/rc/bashrc index c782bb26..da1ba84d 100755 --- a/rc/bashrc +++ b/rc/bashrc @@ -159,8 +159,8 @@ if hash lsb_release 2> /dev/null; then unset LC_ALL ) - # Only print motivational phrases if username is aminda or mikaela - if [[ $(whoami) == aminda ]] || [[ $(whoami) == mikaela ]]; then + # Only print motivational phrases if username is aminda or mikaela or deck + if [[ $(whoami) == aminda ]] || [[ $(whoami) == mikaela ]] || [[ $(whoami) == deck ]]; then if hash python3 2> /dev/null; then ( # Motivational messages diff --git a/rc/zshrc b/rc/zshrc index 429de6b7..d82f0ed9 100755 --- a/rc/zshrc +++ b/rc/zshrc @@ -55,8 +55,8 @@ if hash lsb_release 2> /dev/null; then unset LC_ALL ) - # Only print motivational phrases if username is aminda or mikaela - if [[ $(whoami) == aminda ]] || [[ $(whoami) == mikaela ]]; then + # Only print motivational phrases if username is aminda or mikaela or deck + if [[ $(whoami) == aminda ]] || [[ $(whoami) == mikaela ]] || [[ $(whoami) == deck ]]; then if hash python3 2> /dev/null; then ( # Motivational messages