]> arthur.barton.de Git - ax-zsh.git/blob - default_plugins/ls/ls.zprofile
ssh: Add "ssh-autoadd" command
[ax-zsh.git] / default_plugins / ls / ls.zprofile
1 # AX-ZSH: Alex' Modular ZSH Configuration
2 # ls.zshrc: Setup ls(1)
3
4 # Is dircolors(1) available?
5 if (( $+commands[dircolors] )); then
6         eval $(dircolors)
7 fi