mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
Start using tree.
This commit is contained in:
parent
4ea95c3c16
commit
968aaf2627
1 changed files with 10 additions and 5 deletions
|
|
@ -45,8 +45,13 @@ alias rd=rmdir
|
||||||
alias d='dirs -v'
|
alias d='dirs -v'
|
||||||
|
|
||||||
# List direcory contents
|
# List direcory contents
|
||||||
alias lsa='ls -lah'
|
alias l1='tree --dirsfirst -ChFL 1'
|
||||||
alias l='ls -la'
|
alias l2='tree --dirsfirst -ChFL 2'
|
||||||
alias ll='ls -alr'
|
alias l3='tree --dirsfirst -ChFL 3'
|
||||||
alias ls='ls -Goh'
|
|
||||||
alias sl=ls
|
alias ll1='tree --dirsfirst -ChFupDaL 1'
|
||||||
|
alias ll2='tree --dirsfirst -ChFupDaL 2'
|
||||||
|
alias ll3='tree --dirsfirst -ChFupDaL 3'
|
||||||
|
|
||||||
|
alias l='l1'
|
||||||
|
alias ll='ll1'
|
||||||
Loading…
Add table
Add a link
Reference in a new issue