ohmyzsh/lib
Marco Trevisan ed4e317bbb
lib: don't override bigger HISTSIZE and SAVEHIST values (#8993)
oh-my-zsh Changes the HISTSIZE and SAVEHIST values to fixed sizes,
however if a bigger value is set in ~/.zshrc, it will override it,
potentially causing the user history to be deleted.

So, only set these values if no other is set and if it is lower than the
default ones.
2020-06-03 19:34:57 +02:00
..
bzr.zsh
cli.zsh Prefix cd calls with `builtin` (#8937) 2020-05-20 11:30:11 +02:00
clipboard.zsh lib: add support for clippaste in WSL using powershell 2020-02-28 19:07:05 +01:00
compfix.zsh
completion.zsh core: fix zstyle definition of use-cache 2020-05-11 12:11:02 +02:00
correction.zsh
diagnostics.zsh Prefix cd calls with `builtin` (#8937) 2020-05-20 11:30:11 +02:00
directories.zsh
functions.zsh lib: speed up slow parts of the lib files; other small fixes 2020-04-05 21:37:45 +02:00
git.zsh lib: add git function to determine repository name (#4989) 2020-02-10 21:11:31 +01:00
grep.zsh lib: use grep-alias cache only if ZSH_CACHE_DIR is writable 2020-03-02 12:35:58 +01:00
history.zsh lib: don't override bigger HISTSIZE and SAVEHIST values (#8993) 2020-06-03 19:34:57 +02:00
key-bindings.zsh
misc.zsh lib: speed up slow parts of the lib files; other small fixes 2020-04-05 21:37:45 +02:00
nvm.zsh
prompt_info_functions.zsh
spectrum.zsh lib: speed up slow parts of the lib files; other small fixes 2020-04-05 21:37:45 +02:00
termsupport.zsh lib: support konsole* $TERM in title function (#8035) 2020-03-05 17:26:16 +01:00
theme-and-appearance.zsh