aboutsummaryrefslogtreecommitdiff
path: root/.config/shell/.zshrc
diff options
context:
space:
mode:
authorkj-sh6042025-07-18 12:40:50 -0400
committerkj-sh6042025-07-18 12:40:50 -0400
commit30c1323d6f186bcb95f1272cf2f8df97171566ca (patch)
treedec3014934d271e3ebd19fa19be3b7cea6f07d68 /.config/shell/.zshrc
parent1e204d36c1fab9884f65618ccca019d8cd5f9386 (diff)
refactor: update shell configs
only the POSIX-ish shells
Diffstat (limited to '.config/shell/.zshrc')
-rw-r--r--.config/shell/.zshrc1
1 files changed, 1 insertions, 0 deletions
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"