Addition of alias for la #27

Merged
wesley merged 1 commits from la-additon into main 2024-11-17 10:27:45 -05:00
Showing only changes of commit 3f1a1c1375 - Show all commits

View File

@@ -8,6 +8,9 @@ alias btm="btm --theme=gruvbox"
# Remap ls to use lsd # Remap ls to use lsd
alias ls="lsd" alias ls="lsd"
# Add alias for la to call lsd -lah
alias la="lsd -lah"
# Replace cat with bat # Replace cat with bat
alias cat="bat" alias cat="bat"