Update .zshrc

This commit is contained in:
Ghasem Naddaf 2021-04-14 12:15:46 -07:00 committed by GitHub
commit 31ca6b1521
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
export GOPATH=$HOME/go
export DOTFILES=$HOME/dotfiles
export DOTFILES=$HOME/.dotfiles
#:/usr/local/src:/go
# echo WELCOME!
# If you come from bash you might have to change your $PATH.
@ -88,8 +88,8 @@ compinit
# End of lines added by compinstall
# Lines configured by zsh-newuser-install
HISTFILE=~/.histfile
HISTSIZE=10000
SAVEHIST=10000
HISTSIZE=100000
SAVEHIST=100000
setopt appendhistory autocd notify
bindkey -e
# End of lines configured by zsh-newuser-install