diff --git a/zsh/dot-zshrc b/zsh/dot-zshrc index e089f19..d7f09d5 100644 --- a/zsh/dot-zshrc +++ b/zsh/dot-zshrc @@ -8,6 +8,9 @@ alias btm="btm --theme=gruvbox" # Remap ls to use lsd alias ls="lsd" +# Add alias for la to call lsd -lah +alias la="lsd -lah" + # Replace cat with bat alias cat="bat"