Skip to content

Commit

Permalink
feat: set CORRECT IGNORE to [_|.]*
Browse files Browse the repository at this point in the history
Signed-off-by: Vladislav Doster <mvdoster@gmail.com>
  • Loading branch information
vladdoster committed Dec 4, 2022
1 parent 07f4e07 commit c18aacc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions zsh/.zprofile
Original file line number Diff line number Diff line change
Expand Up @@ -115,4 +115,7 @@ export \
HOMEBREW_NO_ENV_HINTS=1 \
HOMEBREW_NO_INSTALL_CLEANUP=1

# Zsh variable ignore everything starting with _ or .
CORRECT_IGNORE="[_|.]*"

# vim: set sw=2 sts=2 et ft=zsh et:

0 comments on commit c18aacc

Please sign in to comment.