exa: add a new alias, "eg", that presents long grid view
Grid view conflicts with tree view
This commit is contained in:
parent
ac396509c9
commit
cf1723db27
1 changed files with 1 additions and 0 deletions
1
exa.zsh
1
exa.zsh
|
@ -8,4 +8,5 @@ function exat() {
|
|||
}
|
||||
|
||||
alias e='exa -l'
|
||||
alias eg='exa -Gl'
|
||||
alias et='exat'
|
||||
|
|
Loading…
Reference in a new issue