about summary refs log tree commit diff
path: root/configs
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2020-01-06T10·10+0000
committerWilliam Carroll <wpcarro@gmail.com>2020-01-06T15·25+0000
commit74ed4b6b11c75fe55b940df0034af3c5528e6958 (patch)
tree611309592f0d436389b1b2ac017031ec26e31c56 /configs
parent47d16e251221ce1cf61a588af92ae11a58e59606 (diff)
Debug lt ZSH function
Change `-all` to `--all`.
Diffstat (limited to 'configs')
-rw-r--r--configs/shared/functions.zsh2
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