zsh: add tlt alias for limiting tree level

This commit is contained in:
Fernando Schauenburg 2023-01-25 16:20:40 +01:00
parent a188a8a3de
commit 3bd5c8251b

View file

@ -29,7 +29,8 @@ fi
alias \ alias \
ll="ls -l" \ ll="ls -l" \
lla="la -l" lla="la -l" \
ltl="lt -L"
alias \ alias \
grep="grep --color=auto" \ grep="grep --color=auto" \