From fd735465d5e794ae321f5d19ea4983ce055eba90 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Mon, 13 Jun 2022 17:18:15 +0300 Subject: [PATCH] Resolve #143 --- rc/bashrc | 2 +- rc/zshrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rc/bashrc b/rc/bashrc index 4bc52bb1..4dee6f61 100644 --- a/rc/bashrc +++ b/rc/bashrc @@ -146,7 +146,7 @@ if [[ $UNAME = Darwin ]]; then (echo "") (last -10&) fi -(echo 'Aferoj emas funkcii sin mem.'&) +(printf "Aferoj emas funkcii sin mem.\n\tFaru jogon, sentu, ne provu perfektecon." && 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 40005e00..bf60a676 100644 --- a/rc/zshrc +++ b/rc/zshrc @@ -101,7 +101,7 @@ if [[ $UNAME = Darwin ]]; then (echo "") (last -10&) fi -(echo 'Aferoj emas funkcii sin mem.'&) +(printf "Aferoj emas funkcii sin mem.\n\tFaru jogon, sentu, ne provu perfektecon." && 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"