From 2a0475d3b2b15e7faf9f7f144e2a425c9185ac18 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Sun, 19 Sep 2021 22:34:03 -0400 Subject: [PATCH] fix: change zsh history location --- users/profiles/shells/zsh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/profiles/shells/zsh.nix b/users/profiles/shells/zsh.nix index 06210dc..213c963 100644 --- a/users/profiles/shells/zsh.nix +++ b/users/profiles/shells/zsh.nix @@ -20,7 +20,7 @@ dotDir = ".config/zsh"; - history.path = "$ZDOTDIR/.zsh_history"; + history.path = "${dotDir}/.zsh_history"; oh-my-zsh = { enable = true;