zshrc added
This commit is contained in:
parent
e7eedc99be
commit
903d04cd61
1 changed files with 9 additions and 0 deletions
9
.zshrc
Normal file
9
.zshrc
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
# Lines configured by zsh-newuser-install
|
||||||
|
HISTFILE=~/.histfile
|
||||||
|
HISTSIZE=1000
|
||||||
|
SAVEHIST=1000
|
||||||
|
setopt appendhistory autocd extendedglob nomatch notify
|
||||||
|
unsetopt beep
|
||||||
|
# End of lines configured by zsh-newuser-install
|
||||||
|
|
||||||
|
PATH=$PATH:$HOME/.rvm/bin # Add RVM to PATH for scripting
|
Loading…
Reference in a new issue