enable zsh history
This commit is contained in:
parent
718c266ad6
commit
b4662a2a9a
|
@ -10,6 +10,7 @@ DISABLE_AUTO_UPDATE="true"
|
|||
COMPLETION_WAITING_DOTS="true"
|
||||
LC_CTYPE="en_US.UTF-8"
|
||||
LC_ALL="en_US.UTF-8"
|
||||
HISTFILE=~/.zsh_history
|
||||
source ~/.zsh/themes/powerlevel10k/powerlevel10k.zsh-theme
|
||||
|
||||
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
|
||||
|
|
Loading…
Reference in New Issue