mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-20 09:47:57 +02: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.)
|
# Use exa as a drop-in replacement for "tree" (faster, more colors, etc.)
|
||||||
alias tree="exa --long --tree"
|
alias tree="exa --long --tree"
|
||||||
|
alias t="tree -L 1"
|
||||||
|
|
||||||
####################################################################
|
####################################################################
|
||||||
# Git aliases
|
# Git aliases
|
||||||
|
Loading…
x
Reference in New Issue
Block a user