summaryrefslogtreecommitdiff
path: root/.zsh/zshrc
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2010-04-09 00:45:55 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2010-04-09 00:45:57 +0200
commitf5661b7b6768ce479f7c0a22105e3b589e688631 (patch)
tree1405143e12655f44524143f601dd6b99ca4823d9 /.zsh/zshrc
parent45d0342ed53878df766aa3a0f310d528beece57d (diff)
downloaddotfiles-f5661b7b6768ce479f7c0a22105e3b589e688631.tar.gz
dotfiles-f5661b7b6768ce479f7c0a22105e3b589e688631.tar.bz2
dotfiles-f5661b7b6768ce479f7c0a22105e3b589e688631.zip
Add one more zsh option
Diffstat (limited to '.zsh/zshrc')
-rw-r--r--.zsh/zshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.zsh/zshrc b/.zsh/zshrc
index 1bf698e..055873b 100644
--- a/.zsh/zshrc
+++ b/.zsh/zshrc
@@ -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'
# }}}