feat: switch to eza
This commit is contained in:
parent
644fb3330a
commit
92f35ccd33
1 changed files with 4 additions and 3 deletions
|
@ -7,8 +7,9 @@ alias edit='nvim'
|
||||||
alias cat='bat'
|
alias cat='bat'
|
||||||
alias grep='grep --color=always'
|
alias grep='grep --color=always'
|
||||||
alias lsd='lsd -lh'
|
alias lsd='lsd -lh'
|
||||||
alias ls=lsd
|
alias ls=eza
|
||||||
alias tree='exa -lh --tree --git'
|
alias ll='eza -l'
|
||||||
|
alias tree='eza -lh --tree --git'
|
||||||
alias df=duf
|
alias df=duf
|
||||||
alias ytv='youtube-viewer --video-player=mplayer -novideo'
|
alias ytv='youtube-viewer --video-player=mplayer -novideo'
|
||||||
alias ytdlm="youtube-dl --extract-audio --audio-format flac"
|
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
|
if [ -d $HOME/.dotnet/dotnet ]; then
|
||||||
alias dotnet="$HOME/.dotnet/dotnet"
|
alias dotnet="$HOME/.dotnet/dotnet"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue