]> arthur.barton.de Git - ax-zsh.git/blob - plugins/lsd/lsd.zshrc
c98bb91a26913b89ebff4308d8f673022291de53
[ax-zsh.git] / plugins / lsd / lsd.zshrc
1 # AX-ZSH: Alex' Modular ZSH Configuration
2 # lsd.zshrc: Setup LSD (LSDeluxe), the next gen ls command.
3
4 # Make sure that "lsd(1)" is installed
5 (( $+commands[lsd] )) || return 1
6
7 alias ls='lsd --date relative --group-dirs first'