fix: change zsh history location

This commit is contained in:
Infinidoge 2021-09-19 22:34:03 -04:00
parent 798193bc0b
commit 2a0475d3b2

View file

@ -20,7 +20,7 @@
dotDir = ".config/zsh";
history.path = "$ZDOTDIR/.zsh_history";
history.path = "${dotDir}/.zsh_history";
oh-my-zsh = {
enable = true;