history no more in $ZSH
This commit is contained in:
parent
fbbe642326
commit
01089b42fc
|
@ -23,7 +23,7 @@ function largefiles () { exec 2>/dev/null; du -ah "$@" | grep -P "^\d+(G|T|P|E)\
|
||||||
export ZSH=$HOME/.zsh-server
|
export ZSH=$HOME/.zsh-server
|
||||||
|
|
||||||
### ---- history config -------------------------------------
|
### ---- history config -------------------------------------
|
||||||
export HISTFILE=$ZSH/.zsh_history
|
export HISTFILE=~/.zsh_history
|
||||||
|
|
||||||
# How many commands zsh will load to memory.
|
# How many commands zsh will load to memory.
|
||||||
export HISTSIZE=10000
|
export HISTSIZE=10000
|
||||||
|
|
|
@ -31,7 +31,7 @@ function largefiles () { exec 2>/dev/null; du -ah "$@" | grep -P "^\d+(G|T|P|E)\
|
||||||
export ZSH=$HOME/.zsh
|
export ZSH=$HOME/.zsh
|
||||||
|
|
||||||
### ---- history config -------------------------------------
|
### ---- history config -------------------------------------
|
||||||
export HISTFILE=$ZSH/.zsh_history
|
export HISTFILE=~/.zsh_history
|
||||||
|
|
||||||
# How many commands zsh will load to memory.
|
# How many commands zsh will load to memory.
|
||||||
export HISTSIZE=10000
|
export HISTSIZE=10000
|
||||||
|
|
Loading…
Reference in New Issue