Debug lt ZSH function

Change `-all` to `--all`.
This commit is contained in:
William Carroll 2020-01-06 10:10:29 +00:00
parent 47d16e2512
commit 74ed4b6b11

View file

@ -968,7 +968,7 @@ lt() {
elif [[ "${1}" =~ '^[0-9]+$' ]] && [ -z ${2} ]; then
local depth="${1}"
exa --tree -all --level "${depth}"
exa --tree --all --level "${depth}"
# lt ./scripts
elif [ -z ${2} ]; then