forked from colonelpanic/dotfiles
Add check for sparkleshare in history file
This commit is contained in:
parent
b87c5a5ecc
commit
96033e5fbf
@ -1,7 +1,9 @@
|
|||||||
## Command history configuration
|
## Command history configuration
|
||||||
HISTFILE="$(readlink -f $HOME/.zsh_history)"
|
export HISTFILE="$(readlink -f $HOME/.zsh_history)"
|
||||||
HISTSIZE=100000
|
HISTSIZE=10000000
|
||||||
SAVEHIST=100000
|
SAVEHIST=10000000
|
||||||
|
|
||||||
|
shell_contains "$HISTFILE" SparkleShare && echo "Warning: sparkleshare in zsh history"
|
||||||
|
|
||||||
setopt share_history # share command history data
|
setopt share_history # share command history data
|
||||||
setopt extended_history
|
setopt extended_history
|
||||||
|
Loading…
Reference in New Issue
Block a user