diff --git a/users/profiles/shells/zsh.nix b/users/profiles/shells/zsh.nix index e30f490..c3808e0 100644 --- a/users/profiles/shells/zsh.nix +++ b/users/profiles/shells/zsh.nix @@ -28,7 +28,7 @@ dotDir = ".config/zsh"; - history.path = "/home/infinidoge/${dotDir}/.zsh_history"; + history.path = "$HOME/${dotDir}/.zsh_history"; shellAliases = main.environment.shellAliases // config.home.shellAliases;