浏览代码

Add NO_HUP option to zshrc

This prevents zsh from killing background processes when the shell exits
Andrew Swistak 11 年之前
父节点
当前提交
031844018c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      zshrc

+ 1 - 1
zshrc

@@ -1,7 +1,7 @@
 HISTFILE=~/.histfile
 HISTSIZE=1000
 SAVEHIST=1000
-setopt incappendhistory nomatch correct
+setopt incappendhistory nomatch correct NO_HUP
 unsetopt beep
 bindkey -v
 zstyle :compinstall filename '/home/drew/.zshrc'