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