From a64a55073bc7c7cadc0e0dd050aa7b57cc777ba0 Mon Sep 17 00:00:00 2001 From: theanonymousexyz Date: Wed, 27 Apr 2022 15:47:41 +0200 Subject: [PATCH] t --- zsh/.config/zsh/aliases.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/.config/zsh/aliases.zsh b/zsh/.config/zsh/aliases.zsh index 86b1da4..cf8f375 100644 --- a/zsh/.config/zsh/aliases.zsh +++ b/zsh/.config/zsh/aliases.zsh @@ -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