Begin moving to new XDG compliant directory structure
This commit is contained in:
parent
50c1b6cacb
commit
5e50aafcd0
23 changed files with 27 additions and 8 deletions
11
.config/zsh/13-command-spelling-correction
Normal file
11
.config/zsh/13-command-spelling-correction
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# Correct spelling for commands
|
||||
setopt correct
|
||||
|
||||
# turn off the infernal correctall for filenames
|
||||
unsetopt correctall
|
||||
|
||||
# Enable command auto-correction.
|
||||
ENABLE_CORRECTION="true"
|
||||
|
||||
# Display red dots whilst waiting for completion.
|
||||
COMPLETION_WAITING_DOTS="true"
|
||||
Loading…
Add table
Add a link
Reference in a new issue