This commit is contained in:
Christoph J. Scherr 2024-03-02 17:58:42 +01:00
parent d8a6a2ed1d
commit bf58bb289a
1 changed files with 3 additions and 3 deletions

6
.zshrc
View File

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