diff --git a/.zshrc b/.zshrc index 448912b..5b638d0 100644 --- a/.zshrc +++ b/.zshrc @@ -66,7 +66,7 @@ alias la='lsd --color auto -A' alias ll='lsd --color auto -laF' function lst { ls --tree --depth ${1:-2} } function lat { la --tree --depth ${1:-2} } -function llt { la --tree --depth ${1:-2} } +function llt { ll --tree --depth ${1:-2} } # Docker Compose alias dc='docker-compose'