dotfiles/home/private_dot_config/zsh/zexists.d/cmd/lsd.zsh
2023-02-28 12:25:20 -06:00

4 lines
86 B
Bash

is-tty && alias lsd="lsd --icon never"
alias ls="lsd"
alias lt='lsd --tree --depth=3'