From 30c1323d6f186bcb95f1272cf2f8df97171566ca Mon Sep 17 00:00:00 2001 From: kj-sh604 Date: Fri, 18 Jul 2025 12:40:50 -0400 Subject: refactor: update shell configs only the POSIX-ish shells --- .config/shell/.zshrc | 1 + 1 file changed, 1 insertion(+) (limited to '.config/shell/.zshrc') diff --git a/.config/shell/.zshrc b/.config/shell/.zshrc index cfdc504..c2f6f4d 100644 --- a/.config/shell/.zshrc +++ b/.config/shell/.zshrc @@ -41,6 +41,7 @@ SAVEHIST=9999999 alias fgrep='grep -F' alias grep='grep --color=auto' alias ks="killall screen" + alias la='ls -lah' alias lgit="lazygit" alias p="paru" alias pu="paru -Syu --noconfirm" -- cgit v1.2.3