about summary refs log tree commit diff
path: root/configs
diff options
context:
space:
mode:
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