Update HISTFILE so that it is always .zhistory
This commit is contained in:
parent
7fd8dadaf9
commit
155efcd272
6
.zshrc
6
.zshrc
|
@ -77,6 +77,12 @@ ZSH_THEME="powerlevel10k/powerlevel10k"
|
||||||
# Add wisely, as too many plugins slow down shell startup.
|
# Add wisely, as too many plugins slow down shell startup.
|
||||||
plugins=(git)
|
plugins=(git)
|
||||||
|
|
||||||
|
# (Paoda) I want to Have my HISTFILE be
|
||||||
|
# .zhistory not .zsh_history
|
||||||
|
export HISTFILE=$HOME/.zhistory
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
source $ZSH/oh-my-zsh.sh
|
source $ZSH/oh-my-zsh.sh
|
||||||
|
|
||||||
# User configuration
|
# User configuration
|
||||||
|
|
Loading…
Reference in New Issue