no ls aliases

This commit is contained in:
Christoph J. Scherr 2024-05-02 20:12:09 +02:00
parent ff585daa7e
commit 7c61f8153f
1 changed files with 3 additions and 4 deletions

7
.zshrc
View File

@ -16,10 +16,9 @@ export CLIPBOARD_NOGUI=1 # wayland only allows GUI apps to use the clipboard.
### Aliases
alias l="lsd -lah"
alias ll="lsd -lh"
alias la="lsd -a"
alias ls="lsd"
alias l="ls -lah"
alias ll="ls -lh"
alias la="ls -a"
alias grep="grep --color"
alias egrep="grep -E"
alias lgrep="find | grep"