diff --git a/.zshrc b/.zshrc index 6e6005b..03d98af 100644 --- a/.zshrc +++ b/.zshrc @@ -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