From aac2054e7e8a9bb3f3975a9055aca609c80f2b3f Mon Sep 17 00:00:00 2001 From: yuzu-eva Date: Tue, 20 May 2025 18:42:05 +0200 Subject: added a light mode theme --- .config/shell/profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/shell/profile') diff --git a/.config/shell/profile b/.config/shell/profile index e6b31cc..701d778 100644 --- a/.config/shell/profile +++ b/.config/shell/profile @@ -37,4 +37,4 @@ export PATH="$PATH:$HOME/.local/bin:$HOME/.local/src/fzf/bin:$HOME/.npm/bin:/sbi [ -f $HOME/.bashrc ] && . $HOME/.bashrc -[ -f /etc/motd ] && /etc/motd +[ -f /etc/motd.tcl ] && /etc/motd.tcl -- cgit v1.2.3