From f083ad8a7d1cbf7170c019a653e364fb4763ef3c Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sat, 17 Jun 2023 15:38:03 +0300 Subject: [PATCH] {bash,zsh}rc: attempt to improve formatting of the motivational messages --- rc/bashrc | 4 ++-- rc/zshrc | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/rc/bashrc b/rc/bashrc index b2edc4be..dfb5c60c 100755 --- a/rc/bashrc +++ b/rc/bashrc @@ -145,8 +145,8 @@ if [[ $UNAME == Darwin ]]; then (echo "") (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 &) +(printf "Aferoj emas funkcii sin mem.\n\tFaru jogon, sentu, ne provu perfektecon.\n\t\tDancu kiel neniu rigardas.\n") +(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\n") # 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 2aa7e544..68605b94 100755 --- a/rc/zshrc +++ b/rc/zshrc @@ -102,8 +102,8 @@ if [[ $UNAME = Darwin ]]; then (echo "") (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 &) +(printf "Aferoj emas funkcii sin mem.\n\tFaru jogon, sentu, ne provu perfektecon.\n\t\tDancu kiel neniu rigardas.\n") +(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\n") # 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"