#!/bin/ksh l.() { if [[ -n "$1" ]]; then exa -Fbd "$1"/.* else exa -Fbd .* fi }