updates to exa aliases

This commit is contained in:
Tobias Schmidl 2019-01-09 15:51:05 +01:00
parent e96ed74216
commit a1f08922eb

View file

@ -4,7 +4,8 @@ function exat() {
[[ "$1" != <-> ]] && { echo "Usage: exat <depth> [path]"; exit 1 }; [[ "$1" != <-> ]] && { echo "Usage: exat <depth> [path]"; exit 1 };
depth="$1"; depth="$1";
shift; shift;
exa -T -L $depth $@; exal -T -L $depth $@;
} }
alias e='exa -l' alias e='exa -l'
alias et='exat'