exa.zsh: Use long grid view by default

This commit is contained in:
Tobias Schmidl 2019-02-21 16:35:06 +01:00
parent 2acfcc59f5
commit 6701a11f9c

View file

@ -1,4 +1,4 @@
alias exa='exa -Fhg@ --git --time-style long-iso'
alias exa='exa -GFhg@ --git --time-style long-iso'
alias exal='exa -l'
function exat() {
[[ "$1" != <-> ]] && { echo "Usage: exat <depth> [path]"; exit 1 };