exa: add a new alias, "eg", that presents long grid view

Grid view conflicts with tree view
This commit is contained in:
Tobias Schmidl 2019-02-22 12:59:54 +01:00
parent ac396509c9
commit cf1723db27

View file

@ -8,4 +8,5 @@ function exat() {
} }
alias e='exa -l' alias e='exa -l'
alias eg='exa -Gl'
alias et='exat' alias et='exat'