=== modified file 'zsh-functions/alias_setup_ls' --- zsh-functions/alias_setup_ls 2016-03-21 17:20:53 +0000 +++ zsh-functions/alias_setup_ls 2016-03-10 14:49:29 +0000 @@ -2,6 +2,4 @@ # catch busybox (and others where ls is symlink to something else) if [[ ${${commands[ls]}:A:t} == ls ]]; then alias ll="ls -lh --color --time-style=long-iso" -else - alias ll="ls -lh --color" fi