about summary refs log tree commit diff stats
path: root/nix-conf
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2024-08-19 12:23:16 +0100
committerDavid Morgan <djm_uk@protonmail.com>2024-08-19 12:23:16 +0100
commit783c4c13ac64dda6ef17171529b1db9a4ea602af (patch)
tree1b744e013b042733dc493ac4bc4525b2c5fe2c2e /nix-conf
parente078ede0d11d25946d21e0e4b150e40a010c9163 (diff)
downloaddotfiles-783c4c13ac64dda6ef17171529b1db9a4ea602af.tar.gz
Remove superflous setopt
Diffstat (limited to 'nix-conf')
-rw-r--r--nix-conf/home/includes/zsh.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nix-conf/home/includes/zsh.nix b/nix-conf/home/includes/zsh.nix
index 0006c20..c26e162 100644
--- a/nix-conf/home/includes/zsh.nix
+++ b/nix-conf/home/includes/zsh.nix
@@ -156,7 +156,6 @@ in
       zstyle ''\':fzf-tab:*''\' switch-group ''\',''\' ''\'.''\'
 
       set -o noclobber
-      setopt APPEND_HISTORY
 
       # disable flow control (so that fzf-git.sh's ^g^s can work)
       stty -ixon