From 98303d845016fc784125f9d4325633bde819a164 Mon Sep 17 00:00:00 2001 From: Alpha Chen Date: Thu, 8 Feb 2024 20:30:16 -0800 Subject: [PATCH] eza --git-ignore by default --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 65f365a..09c4e0c 100644 --- a/.zshrc +++ b/.zshrc @@ -160,7 +160,7 @@ alias tat='tmux new-session -As `basename $PWD | ruby -e "puts ARGF.read.strip.d alias tree='tree -a -I .git' # Add flags to existing aliases. -alias ls="${aliases[ls]:-ls} -A" +alias ls="${aliases[ls]:-ls} -A --git-ignore" # Set shell options: http://zsh.sourceforge.net/Doc/Release/Options.html. setopt glob_dots # no special treatment for file names with a leading dot