Revert "exa.zsh: Use long grid view by default"
This reverts commit 6701a11f9c
.
This commit is contained in:
parent
6701a11f9c
commit
ac396509c9
1 changed files with 1 additions and 1 deletions
2
exa.zsh
2
exa.zsh
|
@ -1,4 +1,4 @@
|
||||||
alias exa='exa -GFhg@ --git --time-style long-iso'
|
alias exa='exa -Fhg@ --git --time-style long-iso'
|
||||||
alias exal='exa -l'
|
alias exal='exa -l'
|
||||||
function exat() {
|
function exat() {
|
||||||
[[ "$1" != <-> ]] && { echo "Usage: exat <depth> [path]"; exit 1 };
|
[[ "$1" != <-> ]] && { echo "Usage: exat <depth> [path]"; exit 1 };
|
||||||
|
|
Loading…
Reference in a new issue