feat: switch to eza

This commit is contained in:
Peter 2024-07-31 09:16:08 +02:00
parent 644fb3330a
commit 92f35ccd33
Signed by: prskr
GPG key ID: F56BED6903BC5E37

View file

@ -7,8 +7,9 @@ alias edit='nvim'
alias cat='bat'
alias grep='grep --color=always'
alias lsd='lsd -lh'
alias ls=lsd
alias tree='exa -lh --tree --git'
alias ls=eza
alias ll='eza -l'
alias tree='eza -lh --tree --git'
alias df=duf
alias ytv='youtube-viewer --video-player=mplayer -novideo'
alias ytdlm="youtube-dl --extract-audio --audio-format flac"
@ -17,4 +18,4 @@ alias srm='shred -zvu -n 5'
if [ -d $HOME/.dotnet/dotnet ]; then
alias dotnet="$HOME/.dotnet/dotnet"
fi
fi