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
3826c7bf
Commit
3826c7bf
authored
Mar 15, 2013
by
Flavius Aspra
Browse files
allow setting a custom HISTFILE before oh-my-zsh is loaded
parent
0ab0e67e
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/history.zsh
View file @
3826c7bf
## Command history configuration
## Command history configuration
HISTFILE
=
$HOME
/.zsh_history
if
[
-z
$HISTFILE
]
;
then
HISTFILE
=
$HOME
/.zsh_history
fi
HISTSIZE
=
10000
HISTSIZE
=
10000
SAVEHIST
=
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