diff options
Diffstat (limited to '')
-rw-r--r-- | .zsh/zshrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -219,6 +219,7 @@ setopt no_bg_nice # start bg-processes with the same nice-level as fg-p~ setopt auto_cd # if you type a dir take it as a cd setopt correct # correct possibly wrong command names setopt complete_in_word +setopt auto_continue # disown implies 'bg' # }}} |