summary refs log tree commit diff stats
path: root/user/settings/zsh.nix
diff options
context:
space:
mode:
Diffstat (limited to 'user/settings/zsh.nix')
-rw-r--r--user/settings/zsh.nix11
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;