From 006b774da70146fbc70ddc4acd62b21bbd10bc66 Mon Sep 17 00:00:00 2001 From: tavo-wasd Date: Mon, 18 Sep 2023 21:38:53 -0600 Subject: [PATCH] ni ba --- shell/bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/bashrc b/shell/bashrc index ff82c52..fb6e0ae 100644 --- a/shell/bashrc +++ b/shell/bashrc @@ -25,5 +25,5 @@ set -o vi # vi mode [ -e "$HOME/.config/shell/envvar" ] && source ~/.config/shell/envvar [ -e "$HOME/.config/shell/dwm" ] && source ~/.config/shell/dwm -# nice login prompt +# Nice shell welcome [ -e "/usr/bin/afetch" ] && (afetch && echo && ls) || (fetch min && echo && ls) 2>/dev/null