zshrc: setopts++
This commit is contained in:
parent
6acffcf6d8
commit
3ccdbab746
7
.zshrc
7
.zshrc
@ -47,6 +47,13 @@
|
||||
# much, much faster.
|
||||
DISABLE_UNTRACKED_FILES_DIRTY="true"
|
||||
|
||||
MAILCHECK=0
|
||||
|
||||
# allow tab completion in the middle of a word
|
||||
setopt COMPLETE_IN_WORD
|
||||
# keep backgroud processess at full speed
|
||||
setopt NOBGNICE
|
||||
|
||||
setopt inc_append_history
|
||||
setopt extended_history
|
||||
# Uncomment the following line if you want to change the command execution time
|
||||
|
Loading…
Reference in New Issue
Block a user