From 9624c8f8b9fc6fd4c925916cf55dfc0ffd398dc6 Mon Sep 17 00:00:00 2001 From: The_miro Date: Fri, 15 Nov 2024 11:11:57 +0100 Subject: [PATCH] fastfetch on terminal start --- .bashrc | 2 ++ .zshrc | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.bashrc b/.bashrc index f376601..2db44ac 100644 --- a/.bashrc +++ b/.bashrc @@ -27,3 +27,5 @@ alias cls="clear" alias t="wd" eval "$(starship init bash)" + +fastfetch diff --git a/.zshrc b/.zshrc index d31b003..c86cb1d 100644 --- a/.zshrc +++ b/.zshrc @@ -130,3 +130,5 @@ alias cls="clear" alias t="wd" eval "$(starship init zsh)" + +fastfetch