Existing code indents with spaces, not tabs, conform.
This commit is contained in:
parent
1ebc98b9ed
commit
5bf715787a
@ -3,10 +3,10 @@ if [ -z "$HISTFILE" ]; then
|
||||
HISTFILE=$HOME/.zsh_history
|
||||
fi
|
||||
if [ -z "$HISTSIZE" ]; then
|
||||
HISTSIZE=10000
|
||||
HISTSIZE=10000
|
||||
fi
|
||||
if [ -z "$SAVEHIST" ]; then
|
||||
SAVEHIST=10000
|
||||
SAVEHIST=10000
|
||||
fi
|
||||
|
||||
setopt extended_history
|
||||
|
Loading…
Reference in New Issue
Block a user