Revert "exa.zsh: Use long grid view by default"

This reverts commit 6701a11f9c.
This commit is contained in:
Tobias Schmidl 2019-02-22 12:58:03 +01:00
parent 6701a11f9c
commit ac396509c9

View file

@ -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 };