dotfiles/home/private_dot_config/zsh/zexists.d/cmd/lsd.zsh.20240521-141914.bak

4 lines
128 B
Text
Raw Normal View History

2024-05-21 14:21:06 -05:00
is-tty && alias lsd="lsd --icon never"
alias ls="lsd --group-directories-first --color=auto -g"
alias lt='lsd --tree --depth=3'