mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-02-16 21:40:45 +01:00
{bash,zsh}rc: only print motivational phrases if username is aminda or mikaela
This commit is contained in:
parent
fd81540f35
commit
5ad6085fb8
@ -148,6 +148,8 @@ if [[ $UNAME == Darwin ]]; then
|
||||
(last -10 &)
|
||||
fi
|
||||
|
||||
# Only print motivational phrases if username is aminda or mikaela
|
||||
if [[ $(whoami) == aminda ]] || [[ $(whoami) == mikaela ]]; then
|
||||
# Tavun OM värähtely poistaa ylpeyttä, MA kateutta, NI takertumista. PE leikkaa tietämättömyyden läpi, ME hälventää ahneuden ja rintakehässä värähtelevä HUNG muuntaa vihan.
|
||||
# Kuinka asiat ovat (s. 74-75) - Lama Ole Nydahl
|
||||
(printf "⚧ Aferoj emas funkcii sin mem.\n\tFaru jogon, sentu, ne provu perfektecon.\n\t\tDancu kiel neniu rigardas, kvankam estu vidita kaj aŭdata.\nOM MANI PEME HUNG\n")
|
||||
@ -160,6 +162,7 @@ fi
|
||||
(printf "⚧ Agoraphobia/social anxiety advice: \n\tAct like you belong! Like you own the place, but keep everyone comfortable! Remember the Spotlight Effect!\n \t\tMaybe even wear hi-viz so you really belong anywhere 😝\n\t\t\tAnd as always, fake it till you make it!\n")
|
||||
# (printf "\n⚧\tThat's what I am, that's what I'll always be\n⚧\tI don't wanna be silent 'cause this is my destiny\n⚧\tThat's what I was, that's what feels good to me\n⚧\tAnd nothing will change me, that's what I'm meant to be.\n⚧\t\t—Conchita Wurst: That's What I Am\n\n")
|
||||
#(printf "https://en.m.wikipedia.org/wiki/First_they_came_...#Text\n")
|
||||
fi
|
||||
|
||||
# fix dircolors for Selenized https://github.com/jan-warchol/selenized/blob/master/other-apps/dircolors/README.md
|
||||
export LS_COLORS="$LS_COLORS:ow=1;7;34:st=30;44:su=30;41"
|
||||
|
3
rc/zshrc
3
rc/zshrc
@ -105,6 +105,8 @@ if [[ $UNAME = Darwin ]]; then
|
||||
(last -10&)
|
||||
fi
|
||||
|
||||
# Only print motivational phrases if username is aminda or mikaela
|
||||
if [[ $(whoami) == aminda ]] || [[ $(whoami) == mikaela ]]; then
|
||||
# Tavun OM värähtely poistaa ylpeyttä, MA kateutta, NI takertumista. PE leikkaa tietämättömyyden läpi, ME hälventää ahneuden ja rintakehässä värähtelevä HUNG muuntaa vihan.
|
||||
# Kuinka asiat ovat (s. 74-75) - Lama Ole Nydahl
|
||||
(printf "⚧ Aferoj emas funkcii sin mem.\n\tFaru jogon, sentu, ne provu perfektecon.\n\t\tDancu kiel neniu rigardas, kvankam estu vidita kaj aŭdata.\nOM MANI PEME HUNG\n")
|
||||
@ -117,6 +119,7 @@ fi
|
||||
(printf "⚧ Agoraphobia/social anxiety advice: \n\tAct like you belong! Like you own the place, but keep everyone comfortable! Remember the Spotlight Effect!\n \t\tMaybe even wear hi-viz so you really belong anywhere 😝\n\t\t\tAnd as always, fake it till you make it!\n")
|
||||
# (printf "\n⚧\tThat's what I am, that's what I'll always be\n⚧\tI don't wanna be silent 'cause this is my destiny\n⚧\tThat's what I was, that's what feels good to me\n⚧\tAnd nothing will change me, that's what I'm meant to be.\n⚧\t\t—Conchita Wurst: That's What I Am\n\n")
|
||||
#(printf "https://en.m.wikipedia.org/wiki/First_they_came_...#Text\n")
|
||||
fi
|
||||
|
||||
# fix dircolors for Selenized https://github.com/jan-warchol/selenized/blob/master/other-apps/dircolors/README.md
|
||||
export LS_COLORS="$LS_COLORS:ow=1;7;34:st=30;44:su=30;41"
|
||||
|
Loading…
x
Reference in New Issue
Block a user