From 6d70c58e04e2095c07a25169d5e59f83a1d52e56 Mon Sep 17 00:00:00 2001 From: lucielle Date: Fri, 20 Mar 2026 16:24:47 -0500 Subject: [PATCH] Add fastfetch alias to .bashrc --- .bashrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.bashrc b/.bashrc index 3b08deb..79f78f6 100644 --- a/.bashrc +++ b/.bashrc @@ -1,3 +1,5 @@ +alias ff='fastfetch' + alias ls='ls --color=auto' alias c='clear'