Update HISTFILE so that it is always .zhistory

This commit is contained in:
Rekai Musuka 2020-07-27 13:22:00 -05:00
parent 7fd8dadaf9
commit 155efcd272
1 changed files with 6 additions and 0 deletions

6
.zshrc
View File

@ -77,6 +77,12 @@ ZSH_THEME="powerlevel10k/powerlevel10k"
# Add wisely, as too many plugins slow down shell startup.
plugins=(git)
# (Paoda) I want to Have my HISTFILE be
# .zhistory not .zsh_history
export HISTFILE=$HOME/.zhistory
source $ZSH/oh-my-zsh.sh
# User configuration