diff options
author | Josh Rahm <rahm@google.com> | 2021-11-16 14:14:46 -0700 |
---|---|---|
committer | Josh Rahm <rahm@google.com> | 2021-11-16 14:14:46 -0700 |
commit | 5d45e9d04905ffe65bffce86fb29811f778580c1 (patch) | |
tree | 936ff693dd2548be9479d7f220972abf3496c557 /05-options.zsh | |
parent | 81f1693da621bfad0a970b339597c4fef736d27a (diff) | |
parent | a993438f98d5d8efda464046eb40e7fdf70d2dfa (diff) | |
download | zshrcd-5d45e9d04905ffe65bffce86fb29811f778580c1.tar.gz zshrcd-5d45e9d04905ffe65bffce86fb29811f778580c1.tar.bz2 zshrcd-5d45e9d04905ffe65bffce86fb29811f778580c1.zip |
Merge branch 'main' of git.josher.dev:zshrcd
Diffstat (limited to '05-options.zsh')
-rw-r--r-- | 05-options.zsh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/05-options.zsh b/05-options.zsh index 1b80a18..a7af1b6 100644 --- a/05-options.zsh +++ b/05-options.zsh @@ -31,5 +31,9 @@ _fix_cursor() { HISTFILE=~/.zsh_history HISTSIZE=100000 SAVEHIST=100000 + setopt appendhistory setopt histverify + +autoload -U +X compinit +compinit -u |