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"