organize all shell scripts into logical dirs
This commit is contained in:
parent
c4d2b9534a
commit
a446cd7a7a
30 changed files with 177 additions and 252 deletions
|
|
@ -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