From 155efcd2729e8845a5ccc5a6d031713900f0aacb Mon Sep 17 00:00:00 2001 From: Rekai Musuka Date: Mon, 27 Jul 2020 13:22:00 -0500 Subject: [PATCH] Update HISTFILE so that it is always .zhistory --- .zshrc | 6 ++++++ 1 file changed, 6 insertions(+) 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