t
This commit is contained in:
parent
3ab7c6aad7
commit
a64a55073b
|
@ -29,7 +29,7 @@ if (( ${+commands[exa]} )); then
|
||||||
alias t="exa -a --tree -I '.git'"
|
alias t="exa -a --tree -I '.git'"
|
||||||
alias tl="t -l"
|
alias tl="t -l"
|
||||||
else
|
else
|
||||||
alias t="tree -aCI '.git'"
|
alias t="tree -aCI '.git|node_modules'"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ $(uname -o) == "Android" ]]; then
|
if [[ $(uname -o) == "Android" ]]; then
|
||||||
|
|
Loading…
Reference in a new issue