1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2026-04-28 17:23:31 +02:00

Existing code indents with spaces, not tabs, conform.

This commit is contained in:
Joe Block
2014-11-30 17:39:21 -08:00
parent 1ebc98b9ed
commit 5bf715787a
+2 -2
View File
@@ -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