diff --git a/zsh/aliases.zsh b/zsh/aliases.zsh index 032e3db..7a73691 100644 --- a/zsh/aliases.zsh +++ b/zsh/aliases.zsh @@ -42,6 +42,7 @@ command -v exa > /dev/null 2>&1 if [ $? -eq 0 ]; then LS_COLORS="" alias ls="exa -h --group-directories-first" + alias lt="ls -lT" else alias ls="ls -h --color --group-directories-first" fi