fix: zsh_history symlinking issue with impermanence

This commit is contained in:
tux
2025-05-25 16:21:22 +05:30
parent a1e8a2edf5
commit 37869b01bd
5 changed files with 5 additions and 8 deletions

View File

@ -4,9 +4,7 @@
"Projects" "Projects"
"Stuff" "Stuff"
".ssh" ".ssh"
]; ".local/share/zsh"
files = [
".zsh_history"
]; ];
allowOther = true; allowOther = true;
}; };

View File

@ -86,6 +86,7 @@
".config/rustdesk" ".config/rustdesk"
".config/spotify" ".config/spotify"
".local/share/nvim" ".local/share/nvim"
".local/share/zsh"
".local/share/zoxide" ".local/share/zoxide"
".local/share/Smart\ Code\ ltd" ".local/share/Smart\ Code\ ltd"
".local/share/GalaxyBudsClient" ".local/share/GalaxyBudsClient"
@ -94,7 +95,6 @@
".cache/spotify" ".cache/spotify"
]; ];
files = [ files = [
".zsh_history"
".wakatime.cfg" ".wakatime.cfg"
]; ];
allowOther = true; allowOther = true;

View File

@ -7,11 +7,11 @@
".wakatime" ".wakatime"
".config/sops" ".config/sops"
".local/share/nvim" ".local/share/nvim"
".local/share/zsh"
".local/share/zoxide" ".local/share/zoxide"
".local/state/lazygit" ".local/state/lazygit"
]; ];
files = [ files = [
".zsh_history"
".wakatime.cfg" ".wakatime.cfg"
]; ];
allowOther = true; allowOther = true;

View File

@ -3,9 +3,7 @@
directories = [ directories = [
"Projects" "Projects"
".ssh" ".ssh"
]; ".local/share/zsh"
files = [
".zsh_history"
]; ];
allowOther = true; allowOther = true;
}; };

View File

@ -10,6 +10,7 @@
ignoreDups = true; ignoreDups = true;
size = 1000000; size = 1000000;
save = 1000000; save = 1000000;
path = "$HOME/.local/share/zsh/.zsh_history";
}; };
syntaxHighlighting.enable = true; syntaxHighlighting.enable = true;
autosuggestion.enable = true; autosuggestion.enable = true;