diff options
author | Josh Rahm <joshuarahm@gmail.com> | 2022-08-18 23:10:09 -0600 |
---|---|---|
committer | Josh Rahm <joshuarahm@gmail.com> | 2022-08-18 23:10:09 -0600 |
commit | 2bea1d3334baaab0b554fda6e3e1a2c14e3c4501 (patch) | |
tree | 17a6d09ca46f9c7320f5ac328a0b9ee74c20f505 | |
parent | 7695e44f048714e1ea48928513255a59b8da54df (diff) | |
parent | 0a3cb36a2a7c7d1c74552a4cd297eaaf579e2514 (diff) | |
download | zshrcd-2bea1d3334baaab0b554fda6e3e1a2c14e3c4501.tar.gz zshrcd-2bea1d3334baaab0b554fda6e3e1a2c14e3c4501.tar.bz2 zshrcd-2bea1d3334baaab0b554fda6e3e1a2c14e3c4501.zip |
Merge branch 'main' of git.josher.dev:zshrcd
-rw-r--r-- | 05-options.zsh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/05-options.zsh b/05-options.zsh index a7af1b6..1b4bdff 100644 --- a/05-options.zsh +++ b/05-options.zsh @@ -35,5 +35,11 @@ SAVEHIST=100000 setopt appendhistory setopt histverify +setopt inc_append_history +export HISTTIMEFORMAT="[%F %T]" +setopt extended_history +setopt hist_find_no_dups +setopt hist_ignore_all_dups + autoload -U +X compinit compinit -u |