This commit is contained in:
theanonymousexyz 2022-04-27 15:47:41 +02:00
parent 3ab7c6aad7
commit a64a55073b
No known key found for this signature in database
GPG key ID: 35EE09F5481049BB

View file

@ -29,7 +29,7 @@ if (( ${+commands[exa]} )); then
alias t="exa -a --tree -I '.git'"
alias tl="t -l"
else
alias t="tree -aCI '.git'"
alias t="tree -aCI '.git|node_modules'"
fi
if [[ $(uname -o) == "Android" ]]; then