zsh: add tlt
alias for limiting tree level
This commit is contained in:
parent
a188a8a3de
commit
3bd5c8251b
1 changed files with 2 additions and 1 deletions
|
@ -29,7 +29,8 @@ fi
|
|||
|
||||
alias \
|
||||
ll="ls -l" \
|
||||
lla="la -l"
|
||||
lla="la -l" \
|
||||
ltl="lt -L"
|
||||
|
||||
alias \
|
||||
grep="grep --color=auto" \
|
||||
|
|
Loading…
Add table
Reference in a new issue