From 66d3c77e18d10aa7488f5c27f94a83ca09bab3d5 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