#!/usr/bin/env zsh ################################################################################ # # This file is autoloaded by .zshrc, and actually loaded when executed # ################################################################################ # # Filename: accessed # Original authors: grml-team (grml.org), (c) Michael Prokop # Modifications: Dennis Eriksen # License: This file is licensed under the GPL v2. # # Originally from the GRML zshrc file [1] # # 1: # emulate -LR zsh print -l -- *(a-${1:-1}) # END OF FILE #################################################################