aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--zsh/.config/zsh/.zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh/.config/zsh/.zshrc b/zsh/.config/zsh/.zshrc
index a8da10a..8a4b446 100644
--- a/zsh/.config/zsh/.zshrc
+++ b/zsh/.config/zsh/.zshrc
@@ -74,7 +74,7 @@ fi
if command -v lsd >/dev/null 2>&1; then
alias ls='lsd'
- alias lt='lsd --tree'
+ alias tree='lsd --tree'
fi
if command -v rga >/dev/null 2>&1; then