Browse Source

Use shell option CORRECT instead of noisy CORRECT_ALL.

master
Sorin Ionescu 13 years ago
parent
commit
7043b0c03f
  1. 3
      alias.zsh

3
alias.zsh

@ -1,5 +1,4 @@ @@ -1,5 +1,4 @@
setopt CORRECT # Correct commands.
setopt CORRECT_ALL # Correct all arguments.
setopt CORRECT # Correct commands.
# The 'ls' Family
if zstyle -t ':omz:alias:ls' color; then

Loading…
Cancel
Save