mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-26 02:03:21 +01:00
Add tree -L 1 to aliases.zsh
This commit is contained in:
parent
0f42d18129
commit
5d47100a60
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user