From feed7b88e465116d1aa604d22d142273fa783069 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Tue, 13 Jun 2023 09:33:27 +0300 Subject: [PATCH] {bash,zsh}rc: add another motivational phrase --- rc/bashrc | 2 +- rc/zshrc | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/rc/bashrc b/rc/bashrc index ab4367b0..b2edc4be 100755 --- a/rc/bashrc +++ b/rc/bashrc @@ -146,7 +146,7 @@ if [[ $UNAME == Darwin ]]; then (last -10 &) fi (printf "Aferoj emas funkcii sin mem.\n\tFaru jogon, sentu, ne provu perfektecon.\n\t\tDancu kiel neniu rigardas.\n" && echo &) - +(printf "Your adventure begins in the dead of night.\nYour road won't be easy, but a rising sun awaits your journey's end.\n" && echo &) # 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" diff --git a/rc/zshrc b/rc/zshrc index 158e0966..2aa7e544 100755 --- a/rc/zshrc +++ b/rc/zshrc @@ -103,6 +103,7 @@ if [[ $UNAME = Darwin ]]; then (last -10&) fi (printf "Aferoj emas funkcii sin mem.\n\tFaru jogon, sentu, ne provu perfektecon.\n\t\tDancu kiel neniu rigardas.\n" && echo&) +(printf "Your adventure begins in the dead of night.\nYour road won't be easy, but a rising sun awaits your journey's end.\n" && echo &) # 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"