From 993464c98176f69e63ed4a50089f29fb95af426b Mon Sep 17 00:00:00 2001 From: Hau Nguyen Date: Sat, 6 Jan 2024 14:05:52 +0700 Subject: [PATCH] chore(zsh): alias tree --- data/zsh/bottom-zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/data/zsh/bottom-zshrc b/data/zsh/bottom-zshrc index acdb992..c26f421 100644 --- a/data/zsh/bottom-zshrc +++ b/data/zsh/bottom-zshrc @@ -56,6 +56,7 @@ alias meo="make" if command -v eza &>/dev/null; then alias ls="eza" alias la="eza -la" + alias lt="eza --tree" fi # https://github.com/wilfred/difftastic