Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Ohmyzsh
Commits
5bf71578
Commit
5bf71578
authored
Nov 30, 2014
by
Joe Block
Browse files
Existing code indents with spaces, not tabs, conform.
parent
1ebc98b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/history.zsh
View file @
5bf71578
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment