diff options
author | Hendrik Jäger <gitcommit@henk.geekmail.org> | 2020-12-19 22:17:46 +0100 |
---|---|---|
committer | Hendrik Jäger <gitcommit@henk.geekmail.org> | 2020-12-19 22:17:46 +0100 |
commit | 4e9e9fda02834579caadedcbf2266df9f226b5c7 (patch) | |
tree | 05b4d7f311c574f0c35bcabf69f58d133b7aa922 | |
parent | 9df8196a3180c7e44f0cc0cef73ca6d9fd01d3ab (diff) |
export history options and increase size
-rw-r--r-- | .zshrc | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -22,9 +22,9 @@ source ~/.env_* #zle -N zle-keymap-select #zle -N edit-command-line -HISTFILE=~/.zsh_history -HISTSIZE=5000 -SAVEHIST=3000 +export HISTFILE=~/.zsh_history +export HISTSIZE=1000000000 +export SAVEHIST=1000000000 REPORTTIME=10 |