Explorar o código

Add NO_HUP option to zshrc

This prevents zsh from killing background processes when the shell exits
Andrew Swistak %!s(int64=11) %!d(string=hai) anos
pai
achega
031844018c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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'