mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-19 21:41:07 +01:00
Simplify `if' into oneliner, allow spaces in HISTFILE
This commit is contained in:
parent
d87d4331cf
commit
94baa9eadd
1 changed files with 1 additions and 4 deletions
|
@ -1,8 +1,5 @@
|
||||||
## Command history configuration
|
## Command history configuration
|
||||||
if [ -z "$HISTFILE" ]; then
|
[ -z "$HISTFILE" ] && HISTFILE="$HOME/.zsh_history"
|
||||||
HISTFILE=$HOME/.zsh_history
|
|
||||||
fi
|
|
||||||
|
|
||||||
HISTSIZE=10000
|
HISTSIZE=10000
|
||||||
SAVEHIST=10000
|
SAVEHIST=10000
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue