From f5661b7b6768ce479f7c0a22105e3b589e688631 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Fri, 9 Apr 2010 00:45:55 +0200 Subject: Add one more zsh option --- .zsh/zshrc | 1 + 1 file changed, 1 insertion(+) (limited to '.zsh/zshrc') 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' # }}} -- cgit v1.2.3