From 31ca6b152192c4c1cb8c4bfb81b741676fd1febb Mon Sep 17 00:00:00 2001 From: Ghasem Naddaf Date: Wed, 14 Apr 2021 12:15:46 -0700 Subject: [PATCH] Update .zshrc --- dotfiles/.zshrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dotfiles/.zshrc b/dotfiles/.zshrc index a4e6b3c44..25f9cf7ca 100644 --- a/dotfiles/.zshrc +++ b/dotfiles/.zshrc @@ -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