mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-27 03:14:56 +01:00
Merge branch 'master' of https://github.com/robbyrussell/oh-my-zsh into master-mine
This commit is contained in:
commit
5519f4d720
63 changed files with 1376 additions and 118 deletions
|
|
@ -1,5 +1,7 @@
|
|||
## Command history configuration
|
||||
HISTFILE=$HOME/.zsh_history
|
||||
if [ -z $HISTFILE ]; then
|
||||
HISTFILE=$HOME/.zsh_history
|
||||
fi
|
||||
HISTSIZE=10000
|
||||
SAVEHIST=10000
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue