1
0
Fork 0

Fix zsh config

This commit is contained in:
Malte 2022-12-07 14:20:57 +01:00
parent 0f9166e29f
commit c0fd70572c

View file

@ -4,7 +4,7 @@
enableAutosuggestions = true;
enableCompletion = true;
history = {
path = ".persist/.zsh_history";
path = "$HOME/.persist/.zsh_history";
extended = true;
ignoreDups = true;
share = true;