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 compfix: fix check for empty string (#7674) 2019-03-21 20:35:00 +01:00
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 init: run compinit before loading lib/ files 2019-05-07 21:30:06 +02:00
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 Themes: switch to using ruby_prompt_info() 2019-05-08 08:45:34 +02:00
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 Themes: switch to using ruby_prompt_info() 2019-05-08 08:45:34 +02:00