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
Oh My Zsh
Commits
650bace5
Commit
650bace5
authored
Mar 26, 2013
by
Robby Russell
Browse files
Merge pull request #1663 from flavius/master
allow setting a custom HISTFILE before oh-my-zsh is loaded
parents
b0d80a01
3826c7bf
Changes
1
Show whitespace changes
Inline
Side-by-side
lib/history.zsh
View file @
650bace5
## Command history configuration
HISTFILE
=
$HOME
/.zsh_history
if
[
-z
$HISTFILE
]
;
then
HISTFILE
=
$HOME
/.zsh_history
fi
HISTSIZE
=
10000
SAVEHIST
=
10000
...
...
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