mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-06 02:51:32 +01:00
Update .zshrc
This commit is contained in:
parent
2153e92e78
commit
31ca6b1521
1 changed files with 3 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
export GOPATH=$HOME/go
|
export GOPATH=$HOME/go
|
||||||
export DOTFILES=$HOME/dotfiles
|
export DOTFILES=$HOME/.dotfiles
|
||||||
#:/usr/local/src:/go
|
#:/usr/local/src:/go
|
||||||
# echo WELCOME!
|
# echo WELCOME!
|
||||||
# If you come from bash you might have to change your $PATH.
|
# If you come from bash you might have to change your $PATH.
|
||||||
|
|
@ -88,8 +88,8 @@ compinit
|
||||||
# End of lines added by compinstall
|
# End of lines added by compinstall
|
||||||
# Lines configured by zsh-newuser-install
|
# Lines configured by zsh-newuser-install
|
||||||
HISTFILE=~/.histfile
|
HISTFILE=~/.histfile
|
||||||
HISTSIZE=10000
|
HISTSIZE=100000
|
||||||
SAVEHIST=10000
|
SAVEHIST=100000
|
||||||
setopt appendhistory autocd notify
|
setopt appendhistory autocd notify
|
||||||
bindkey -e
|
bindkey -e
|
||||||
# End of lines configured by zsh-newuser-install
|
# End of lines configured by zsh-newuser-install
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue