From 798d4445fa6ab643deb61bdac06ccd06abdedd5a Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Mon, 14 Apr 2025 19:08:20 +0300 Subject: [PATCH] {bash,zsh}rc: move grayscale wisdom to the if matching me --- rc/bashrc | 3 ++- rc/zshrc | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/rc/bashrc b/rc/bashrc index 3c049e34..528870fc 100755 --- a/rc/bashrc +++ b/rc/bashrc @@ -184,6 +184,8 @@ Aferoj emas funkcii sin mem...\tOM MANI PEME HUNG... \t- MEMENTO VIVERE """)' ) + printf "\tMake your tech grayscale painting your life with colours\n" + fi elif [[ "$(id -u)" == "0" ]]; then # This comes from Charybdis IRCd @@ -191,7 +193,6 @@ Aferoj emas funkcii sin mem...\tOM MANI PEME HUNG... # And this from sudo + the general advice for auditability (printf "We trust you have received the usual lecture from the local System\nAdministrator. It usually boils down to these three things:\n\n\t#1) Respect the privacy of others.\n\t#2) Think before you type.\n\t#3) With great power comes great responsibility.\n\nAdditionally you shouldn't be logging in as root directly.\n\n") fi - printf "\tMake your tech grayscale painting your life with colours\n" fi ##### Environment 7RS56S ##### diff --git a/rc/zshrc b/rc/zshrc index bffbed65..0f48c30a 100755 --- a/rc/zshrc +++ b/rc/zshrc @@ -80,6 +80,7 @@ Aferoj emas funkcii sin mem...\tOM MANI PEME HUNG... \t- MEMENTO VIVERE """)' ) + printf "\tMake your tech grayscale painting your life with colours\n" fi elif [[ "$(id -u)" == "0" ]]; then # This comes from Charybdis IRCd @@ -87,7 +88,6 @@ Aferoj emas funkcii sin mem...\tOM MANI PEME HUNG... # And this from sudo + the general advice for auditability (printf "We trust you have received the usual lecture from the local System\nAdministrator. It usually boils down to these three things:\n\n\t#1) Respect the privacy of others.\n\t#2) Think before you type.\n\t#3) With great power comes great responsibility.\n\nAdditionally you shouldn't be logging in as root directly.\n\n") fi - printf "\tMake your tech grayscale painting your life with colours\n" fi ##### Defaults etc... M0TZLS #####