Skip to content

Commit

Permalink
chore(zsh): follow .gitignore in tree alias
Browse files Browse the repository at this point in the history
  • Loading branch information
schardev committed Apr 12, 2024
1 parent 10483f9 commit 836f0fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/zsh/plugins/aliases.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ if (( $+commands[exa] )); then
alias la='eza -a'
alias ll='eza -lh'
alias lll='eza -lah'
alias tree='eza --tree'
alias tree='eza --tree --git-ignore'
else
alias l='ls --color=auto'
alias la='ls --color=auto -a'
Expand Down

0 comments on commit 836f0fa

Please sign in to comment.