about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-01-07 16:59:10 +0100
committerPeter Simons <simons@cryp.to>2015-01-07 16:59:10 +0100
commit24f5b2a1a0bb5b84048f25ff59cc9250bcac3f6d (patch)
tree9576bddc71583aecd5893a3f9083540731e1d074 /nixos
parent4bbfa27e5c00339c49d51e61aa00e9086932e362 (diff)
parente4859ddd95833388885c9d2e54f810e452dff4b6 (diff)
downloadnixlib-24f5b2a1a0bb5b84048f25ff59cc9250bcac3f6d.tar
nixlib-24f5b2a1a0bb5b84048f25ff59cc9250bcac3f6d.tar.gz
nixlib-24f5b2a1a0bb5b84048f25ff59cc9250bcac3f6d.tar.bz2
nixlib-24f5b2a1a0bb5b84048f25ff59cc9250bcac3f6d.tar.lz
nixlib-24f5b2a1a0bb5b84048f25ff59cc9250bcac3f6d.tar.xz
nixlib-24f5b2a1a0bb5b84048f25ff59cc9250bcac3f6d.tar.zst
nixlib-24f5b2a1a0bb5b84048f25ff59cc9250bcac3f6d.zip
Merge pull request #5619 from oxij/various-changes-2
Various (hopefully) small changes
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/programs/zsh/zsh.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/programs/zsh/zsh.nix b/nixos/modules/programs/zsh/zsh.nix
index 39f9671316ee..edde7a7a757e 100644
--- a/nixos/modules/programs/zsh/zsh.nix
+++ b/nixos/modules/programs/zsh/zsh.nix
@@ -100,7 +100,7 @@ in
         export HISTSIZE=2000
         export HISTFILE=$HOME/.zsh_history
 
-        setopt HIST_IGNORE_DUPS SHARE_HISTORY
+        setopt HIST_IGNORE_DUPS SHARE_HISTORY HIST_FCNTL_LOCK
       '';
 
     };