diff options
| author | kj-sh604 | 2025-02-11 16:42:11 -0500 |
|---|---|---|
| committer | kj-sh604 | 2025-02-11 16:42:11 -0500 |
| commit | 1c6c2a72e4a3184eb8473cd11ca3ded8046a6ea8 (patch) | |
| tree | 366aa87381c332df59c23e06837c0156ee31da1f /.config/shell/.zshrc | |
| parent | a4c80906301cdf15821b5c3b6c67524e61607914 (diff) | |
refactor: make `alsi` a conditional alias
Diffstat (limited to '.config/shell/.zshrc')
| -rw-r--r-- | .config/shell/.zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/shell/.zshrc b/.config/shell/.zshrc index 2a267a7..b50e331 100644 --- a/.config/shell/.zshrc +++ b/.config/shell/.zshrc @@ -28,6 +28,7 @@ SAVEHIST=9999999 # aliases # conditionally alias alternative applications if installed command which eza >/dev/null 2>&1 && alias ls="eza" + command which alsi >/dev/null 2>&1 && alias neofetch="alsi" # personal aliases # alias echo=(command which echo) @@ -41,7 +42,6 @@ SAVEHIST=9999999 alias grep='grep --color=auto' alias ks="killall screen" alias lgit="lazygit" - alias neofetch="alsi" alias p="paru" alias pu="paru -Syu --noconfirm" alias s="screen" |
