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

4 lines
89 B
Bash
Raw Normal View History

2023-02-17 09:26:31 -06:00
is-tty && alias lsd="lsd --icon never"
2023-09-08 10:35:26 -05:00
alias ls="lsd -g"
2023-02-17 09:26:31 -06:00
alias lt='lsd --tree --depth=3'