From 85b33cf5f60adf67c5df13b272909a48b0823c49 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Fri, 19 Nov 2021 10:13:16 +0200 Subject: [PATCH] {bash,zsh}rc: add motto Resolves: Mikaela/mikaela.github.io#265 (GitHub) --- rc/bashrc | 1 + rc/zshrc | 1 + 2 files changed, 2 insertions(+) diff --git a/rc/bashrc b/rc/bashrc index 2f315c38..a0d088ec 100644 --- a/rc/bashrc +++ b/rc/bashrc @@ -146,6 +146,7 @@ if [[ $UNAME = Darwin ]]; then (echo "") (last -10&) fi +(echo 'Aferoj emas funkcii sin mem.'&) # 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 d54588bb..d15f145b 100644 --- a/rc/zshrc +++ b/rc/zshrc @@ -101,6 +101,7 @@ if [[ $UNAME = Darwin ]]; then (echo "") (last -10&) fi +(echo 'Aferoj emas funkcii sin mem.'&) # 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"