diff options
Diffstat (limited to 'user')
-rw-r--r-- | user/settings/zsh.nix | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/user/settings/zsh.nix b/user/settings/zsh.nix index b7232041..362f70fe 100644 --- a/user/settings/zsh.nix +++ b/user/settings/zsh.nix @@ -30,17 +30,6 @@ in up ]; - home.activation.linkOldZshHistory = - config.lib.dag.entryAfter [ "writeBoundary" ] '' - if [[ ! -f ${config.home.sessionVariables.XDG_DATA_HOME}/zsh/history ]]; then - mkdir -p ${config.home.sessionVariables.XDG_DATA_HOME}/zsh/ - ln ~/.cache/zsh/history ${config.home.sessionVariables.XDG_DATA_HOME}/zsh/history - fi - if [[ ! -d "${config.home.sessionVariables.XDG_CACHE_HOME}/zsh" ]]; then - mkdir -p ${config.home.sessionVariables.XDG_CACHE_HOME}/zsh - fi - ''; - programs.zsh = { enable = true; |