Commit 94baa9ea authored by Marc Cornellà's avatar Marc Cornellà
Browse files

Simplify `if' into oneliner, allow spaces in HISTFILE

parent d87d4331
## Command history configuration
if [ -z "$HISTFILE" ]; then
HISTFILE=$HOME/.zsh_history
fi
[ -z "$HISTFILE" ] && HISTFILE="$HOME/.zsh_history"
HISTSIZE=10000
SAVEHIST=10000
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment