#!/usr/bin/env zsh ################################################################################ # # This file is autoloaded by .zshrc, and actually loaded when executed # ################################################################################ # list files when changing directories. (( $+aliases[ls] )) && ${=aliases[ls]} || ls # END OF FILE #################################################################