mirror of
https://github.com/tuxdotrs/nixos-config.git
synced 2025-08-22 22:51:00 +05:30
fix: zsh_history symlinking issue with impermanence
This commit is contained in:
@@ -4,9 +4,7 @@
|
||||
"Projects"
|
||||
"Stuff"
|
||||
".ssh"
|
||||
];
|
||||
files = [
|
||||
".zsh_history"
|
||||
".local/share/zsh"
|
||||
];
|
||||
allowOther = true;
|
||||
};
|
||||
|
@@ -86,6 +86,7 @@
|
||||
".config/rustdesk"
|
||||
".config/spotify"
|
||||
".local/share/nvim"
|
||||
".local/share/zsh"
|
||||
".local/share/zoxide"
|
||||
".local/share/Smart\ Code\ ltd"
|
||||
".local/share/GalaxyBudsClient"
|
||||
@@ -94,7 +95,6 @@
|
||||
".cache/spotify"
|
||||
];
|
||||
files = [
|
||||
".zsh_history"
|
||||
".wakatime.cfg"
|
||||
];
|
||||
allowOther = true;
|
||||
|
@@ -7,11 +7,11 @@
|
||||
".wakatime"
|
||||
".config/sops"
|
||||
".local/share/nvim"
|
||||
".local/share/zsh"
|
||||
".local/share/zoxide"
|
||||
".local/state/lazygit"
|
||||
];
|
||||
files = [
|
||||
".zsh_history"
|
||||
".wakatime.cfg"
|
||||
];
|
||||
allowOther = true;
|
||||
|
@@ -3,9 +3,7 @@
|
||||
directories = [
|
||||
"Projects"
|
||||
".ssh"
|
||||
];
|
||||
files = [
|
||||
".zsh_history"
|
||||
".local/share/zsh"
|
||||
];
|
||||
allowOther = true;
|
||||
};
|
||||
|
@@ -10,6 +10,7 @@
|
||||
ignoreDups = true;
|
||||
size = 1000000;
|
||||
save = 1000000;
|
||||
path = "$HOME/.local/share/zsh/.zsh_history";
|
||||
};
|
||||
syntaxHighlighting.enable = true;
|
||||
autosuggestion.enable = true;
|
||||
|
Reference in New Issue
Block a user