updates to exa aliases
This commit is contained in:
parent
e96ed74216
commit
a1f08922eb
1 changed files with 2 additions and 1 deletions
3
exa.zsh
3
exa.zsh
|
@ -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'
|
||||||
|
|
Loading…
Reference in a new issue