Naive fixing of linter errors
This commit is contained in:
parent
21c40fa774
commit
ef73a11e51
27 changed files with 207 additions and 194 deletions
|
|
@ -1,3 +1,4 @@
|
|||
#!/bin/zsh
|
||||
# Correct spelling for commands
|
||||
setopt correct
|
||||
|
||||
|
|
@ -8,4 +9,4 @@ unsetopt correctall
|
|||
ENABLE_CORRECTION="true"
|
||||
|
||||
# Display red dots whilst waiting for completion.
|
||||
COMPLETION_WAITING_DOTS="true"
|
||||
COMPLETION_WAITING_DOTS="true"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue