mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-12-06 11:57:22 +01: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
|
unset LC_ALL
|
||||||
)
|
)
|
||||||
|
|
||||||
# Only print motivational phrases if username is aminda or mikaela
|
# Only print motivational phrases if username is aminda or mikaela or deck
|
||||||
if [[ $(whoami) == aminda ]] || [[ $(whoami) == mikaela ]]; then
|
if [[ $(whoami) == aminda ]] || [[ $(whoami) == mikaela ]] || [[ $(whoami) == deck ]]; then
|
||||||
if hash python3 2> /dev/null; then
|
if hash python3 2> /dev/null; then
|
||||||
(
|
(
|
||||||
# Motivational messages
|
# Motivational messages
|
||||||
|
|||||||
4
rc/zshrc
4
rc/zshrc
@ -55,8 +55,8 @@ if hash lsb_release 2> /dev/null; then
|
|||||||
unset LC_ALL
|
unset LC_ALL
|
||||||
)
|
)
|
||||||
|
|
||||||
# Only print motivational phrases if username is aminda or mikaela
|
# Only print motivational phrases if username is aminda or mikaela or deck
|
||||||
if [[ $(whoami) == aminda ]] || [[ $(whoami) == mikaela ]]; then
|
if [[ $(whoami) == aminda ]] || [[ $(whoami) == mikaela ]] || [[ $(whoami) == deck ]]; then
|
||||||
if hash python3 2> /dev/null; then
|
if hash python3 2> /dev/null; then
|
||||||
(
|
(
|
||||||
# Motivational messages
|
# Motivational messages
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user