{bash,zsh}rc: add deck to list of my accounts for motivational messages

This commit is contained in:
Aminda Suomalainen 2025-03-17 15:28:08 +02:00
parent 550d4260f2
commit 14c8986fd5
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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