persist zsh history

This commit is contained in:
2024-10-25 09:16:16 -05:00
parent 3ae351b8fa
commit 93f122bc6c
2 changed files with 20 additions and 19 deletions

View File

@@ -9,12 +9,13 @@
directories = [
"Documents"
"Music"
"Pictures/Photos"
"Pictures/Photos"
"Projects"
"Videos"
".ssh"
];
files = [
".zsh_history"
];
allowOther = true;
};