diff options
author | David Morgan <djm_uk@protonmail.com> | 2024-08-19 12:23:16 +0100 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2024-08-19 12:23:16 +0100 |
commit | 783c4c13ac64dda6ef17171529b1db9a4ea602af (patch) | |
tree | 1b744e013b042733dc493ac4bc4525b2c5fe2c2e /nix-conf/home/includes | |
parent | e078ede0d11d25946d21e0e4b150e40a010c9163 (diff) | |
download | dotfiles-783c4c13ac64dda6ef17171529b1db9a4ea602af.tar.gz |
Remove superflous setopt
Diffstat (limited to 'nix-conf/home/includes')
-rw-r--r-- | nix-conf/home/includes/zsh.nix | 1 |
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 |