aboutsummaryrefslogtreecommitdiff
path: root/05-options.zsh
diff options
context:
space:
mode:
authorJosh Rahm <joshuarahm@gmail.com>2021-11-16 00:25:27 -0700
committerJosh Rahm <joshuarahm@gmail.com>2021-11-16 00:25:27 -0700
commita993438f98d5d8efda464046eb40e7fdf70d2dfa (patch)
tree7892fa90c7bc99c44fc48252f60797a6889d6530 /05-options.zsh
parent5802bfe2b008b7488d2e8d8036d5c9fe90797b32 (diff)
downloadzshrcd-a993438f98d5d8efda464046eb40e7fdf70d2dfa.tar.gz
zshrcd-a993438f98d5d8efda464046eb40e7fdf70d2dfa.tar.bz2
zshrcd-a993438f98d5d8efda464046eb40e7fdf70d2dfa.zip
Added compinit options.
Diffstat (limited to '05-options.zsh')
-rw-r--r--05-options.zsh4
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