GIF89a;
| Direktori : /usr/share/zsh/5.0.2/functions/ |
| Current File : //usr/share/zsh/5.0.2/functions/zfls |
# function zfls {
emulate -L zsh
[[ $curcontext = :zf* ]] || local curcontext=:zfls
# directory hack, see zfcd
if [[ $1 = $HOME || $1 = $HOME/* ]]; then
1="~${1#$HOME}"
fi
zfautocheck -d
zftp ls $*
# }