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