Add tree -L 1 to aliases.zsh

This commit is contained in:
Donovan Glover 2018-01-04 23:47:44 -05:00
parent 0f42d18129
commit 5d47100a60
No known key found for this signature in database
GPG Key ID: 8FC5F7D90A5D8F4D

View File

@ -77,6 +77,7 @@ alias todo="rg TODO"
# Use exa as a drop-in replacement for "tree" (faster, more colors, etc.)
alias tree="exa --long --tree"
alias t="tree -L 1"
####################################################################
# Git aliases