diff options
author | William Carroll <wpcarro@gmail.com> | 2020-01-06T10·10+0000 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-01-06T15·25+0000 |
commit | 74ed4b6b11c75fe55b940df0034af3c5528e6958 (patch) | |
tree | 611309592f0d436389b1b2ac017031ec26e31c56 /configs/shared | |
parent | 47d16e251221ce1cf61a588af92ae11a58e59606 (diff) |
Debug lt ZSH function
Change `-all` to `--all`.
Diffstat (limited to 'configs/shared')
-rw-r--r-- | configs/shared/functions.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/shared/functions.zsh b/configs/shared/functions.zsh index 3fa7376e5b06..6f4dfc95358a 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 |