Skip to content

Commit

Permalink
revert(zsh): don't respect gitignore in ls
Browse files Browse the repository at this point in the history
This reverts commit 53584fe.
  • Loading branch information
kaplanz committed Apr 16, 2024
1 parent 72f46cc commit bea0701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/zsh/plugin/fs.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ alias rm='rm -d'
# -- Filesystem -- {{{
# Use `eza` instead of `ls`
if command -v eza &> /dev/null; then
alias ls='eza --binary --classify --git --git-ignore --icons'
alias ls='eza --binary --classify --git --icons'
alias tree='ls -T'
fi
# List aliases
Expand Down

0 comments on commit bea0701

Please sign in to comment.