From 87674b2f2cba1dbc3dfb59a133faf80c0cf624b6 Mon Sep 17 00:00:00 2001 From: Kitty Fangs Date: Sat, 18 May 2024 20:12:21 +0000 Subject: [PATCH] feat: added clear and fastfetch to end of bashrc --- home/.bashrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/home/.bashrc b/home/.bashrc index 70785c2..1674824 100644 --- a/home/.bashrc +++ b/home/.bashrc @@ -129,3 +129,7 @@ eval "$(starship init bash)" HISTSIZE=100000 HISTFILESIZE=200000 SAVEHIST=100000 + +clear + +fastfetch \ No newline at end of file