dotfiles/home/private_dot_config/zsh/zexists.d/cmd/lsd.zsh

4 lines
86 B
Bash
Raw Normal View History

2023-02-17 09:26:31 -06:00
is-tty && alias lsd="lsd --icon never"
2023-02-28 12:10:59 -06:00
alias ls="lsd"
2023-02-17 09:26:31 -06:00
alias lt='lsd --tree --depth=3'