diff --git a/users/profiles/shells/zsh.nix b/users/profiles/shells/zsh.nix index 8a81994..34835d0 100644 --- a/users/profiles/shells/zsh.nix +++ b/users/profiles/shells/zsh.nix @@ -17,9 +17,9 @@ ${pkgs.any-nix-shell}/bin/any-nix-shell zsh --info-right | source /dev/stdin ''; - dotDir = "${config.xdg.configHome}zsh"; + dotDir = ".config/zsh"; - history.path = "${dotDir}/.zsh_history"; + history.path = "/home/infinidoge/${dotDir}/.zsh_history"; shellAliases = main.environment.shellAliases // config.home.shellAliases;