Changed the HISTSIZE on .zshrc
This commit is contained in:
parent
b921db16ab
commit
91a816f886
2
.zshrc
2
.zshrc
@ -22,7 +22,7 @@ gbranch() {
|
||||
[[ "$(uname)" == "Darwin" ]] && export ZSH="$HOME/.oh-my-zsh"
|
||||
|
||||
HISTFILE=$HOME/.history_zsh
|
||||
HISTSIZE=10000
|
||||
HISTSIZE=10000000
|
||||
SAVEHIST=10000000
|
||||
autoload -U colors && colors
|
||||
setopt PROMPT_SUBST
|
||||
|
Loading…
x
Reference in New Issue
Block a user