Skip to content

Commit 5382bf6

Browse files
committed
Add alias
1 parent 39ce8bf commit 5382bf6

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

bash/.aliases

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,23 @@ alias treev="exa \
148148
--ignore-glob .git
149149
"
150150

151+
alias treev2="exa \
152+
--tree \
153+
--level=2 \
154+
--group-directories-first \
155+
--git \
156+
--all \
157+
--ignore-glob .git
158+
"
159+
160+
alias treev3="exa \
161+
--tree \
162+
--level=3 \
163+
--group-directories-first \
164+
--git \
165+
--all \
166+
--ignore-glob .git
167+
"
151168
#==============================================================================
152169
# Rerun last command as root
153170
alias rr='sudo $(history -p !!)'

0 commit comments

Comments
 (0)