diff options
| author | kj-sh604 | 2025-07-18 12:40:50 -0400 |
|---|---|---|
| committer | kj-sh604 | 2025-07-18 12:40:50 -0400 |
| commit | 30c1323d6f186bcb95f1272cf2f8df97171566ca (patch) | |
| tree | dec3014934d271e3ebd19fa19be3b7cea6f07d68 /.config/shell/.zshrc | |
| parent | 1e204d36c1fab9884f65618ccca019d8cd5f9386 (diff) | |
refactor: update shell configs
only the POSIX-ish shells
Diffstat (limited to '.config/shell/.zshrc')
| -rw-r--r-- | .config/shell/.zshrc | 1 |
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" |
