Commit 5bf71578 authored by Joe Block's avatar Joe Block
Browse files

Existing code indents with spaces, not tabs, conform.

parent 1ebc98b9
...@@ -3,10 +3,10 @@ if [ -z "$HISTFILE" ]; then ...@@ -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
......
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