update HyDE
This commit is contained in:
6
.config/zsh/functions/eza.zsh
Normal file
6
.config/zsh/functions/eza.zsh
Normal file
@@ -0,0 +1,6 @@
|
||||
if command -v "eza" &>/dev/null; then
|
||||
alias l='eza -lh --icons=auto' \
|
||||
ll='eza -lha --icons=auto --sort=name --group-directories-first' \
|
||||
ld='eza -lhD --icons=auto' \
|
||||
lt='eza --icons=auto --tree'
|
||||
fi
|
Reference in New Issue
Block a user