diff options
author | Matt Strapp <matt@mattstrapp.net> | 2024-12-05 16:41:09 -0600 |
---|---|---|
committer | Matt Strapp <matt@mattstrapp.net> | 2024-12-05 16:41:09 -0600 |
commit | 5e081fa45342500e2c9c319ab2b3aa73bc5830bd (patch) | |
tree | ffffb06d0e852d07a157463a4189c6951b4c22da /dot_config/zsh/dot_zshrc | |
parent | make the history file both extremely large and make sure it always can exist (diff) | |
download | dotfiles-5e081fa45342500e2c9c319ab2b3aa73bc5830bd.tar dotfiles-5e081fa45342500e2c9c319ab2b3aa73bc5830bd.tar.gz dotfiles-5e081fa45342500e2c9c319ab2b3aa73bc5830bd.tar.bz2 dotfiles-5e081fa45342500e2c9c319ab2b3aa73bc5830bd.tar.lz dotfiles-5e081fa45342500e2c9c319ab2b3aa73bc5830bd.tar.xz dotfiles-5e081fa45342500e2c9c319ab2b3aa73bc5830bd.tar.zst dotfiles-5e081fa45342500e2c9c319ab2b3aa73bc5830bd.zip |
export
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to '')
-rw-r--r-- | dot_config/zsh/dot_zshrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dot_config/zsh/dot_zshrc b/dot_config/zsh/dot_zshrc index 296d368..883bf24 100644 --- a/dot_config/zsh/dot_zshrc +++ b/dot_config/zsh/dot_zshrc @@ -39,8 +39,8 @@ setopt interactive_comments setopt complete_aliases # History in cache directory: -HISTSIZE=999999999 -SAVEHIST=$HISTSIZE +export HISTSIZE=9999999999 +export SAVEHIST=$HISTSIZE if [ -z "$XDG_STATE_HOME/zsh" ]; then mkdir -p "$XDG_STATE_HOME/zsh" fi |