mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-04-08 17:08:15 +02:00
{bash,zsh}rc: add deck to list of my accounts for motivational messages
This commit is contained in:
parent
550d4260f2
commit
14c8986fd5
@ -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
|
||||
|
4
rc/zshrc
4
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user