From 74ed4b6b11c75fe55b940df0034af3c5528e6958 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Mon, 6 Jan 2020 10:10:29 +0000 Subject: [PATCH] Debug lt ZSH function Change `-all` to `--all`. --- configs/shared/functions.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/shared/functions.zsh b/configs/shared/functions.zsh index 3fa7376e5..6f4dfc953 100644 --- a/configs/shared/functions.zsh +++ b/configs/shared/functions.zsh @@ -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