cswimr/home
Archived
Template
1
0
Fork 0

added aliases for eza and bat

This commit is contained in:
Seaswimmer 2024-11-14 13:18:41 -05:00
parent d46c945d9a
commit eeb2b6170f
Signed by: cswimr
GPG key ID: A9C162E867C851FA

View file

@ -30,6 +30,15 @@ if (( $+commands[yay] )); then
alias pacstats="yaystats" alias pacstats="yaystats"
fi fi
if (( $+commands[bat] )); then
alias cat="bat"
fi
if (( $+commands[eza] )); then
alias ls="eza --icons"
alias l="eza -lh --icons"
fi
if (( $+commands[lazygit] )); then if (( $+commands[lazygit] )); then
alias lg="lazygit" alias lg="lazygit"
fi fi