Debug lt ZSH function
Change `-all` to `--all`.
This commit is contained in:
parent
47d16e2512
commit
74ed4b6b11
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue