Increase zsh_history length
This commit is contained in:
parent
d235ab37e0
commit
7f483fe909
1 changed files with 3 additions and 0 deletions
3
.zshrc
3
.zshrc
|
@ -53,6 +53,9 @@ if [ -z "$TMUX" ]; then
|
|||
fortune -s
|
||||
fi
|
||||
|
||||
export HISTFILESIZE=1000000000
|
||||
export HISTSIZE=1000000000
|
||||
|
||||
source ~/.profile
|
||||
source ~/.aliases
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue