mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-19 04:10:09 +00:00
Existing code indents with spaces, not tabs, conform.
This commit is contained in:
parent
1ebc98b9ed
commit
5bf715787a
1 changed files with 2 additions and 2 deletions
|
@ -3,10 +3,10 @@ if [ -z "$HISTFILE" ]; then
|
||||||
HISTFILE=$HOME/.zsh_history
|
HISTFILE=$HOME/.zsh_history
|
||||||
fi
|
fi
|
||||||
if [ -z "$HISTSIZE" ]; then
|
if [ -z "$HISTSIZE" ]; then
|
||||||
HISTSIZE=10000
|
HISTSIZE=10000
|
||||||
fi
|
fi
|
||||||
if [ -z "$SAVEHIST" ]; then
|
if [ -z "$SAVEHIST" ]; then
|
||||||
SAVEHIST=10000
|
SAVEHIST=10000
|
||||||
fi
|
fi
|
||||||
|
|
||||||
setopt extended_history
|
setopt extended_history
|
||||||
|
|
Loading…
Reference in a new issue