dont share shell history

This commit is contained in:
Rachel Lambda Samuelsson 2024-08-29 00:28:29 +02:00
parent dce4b24475
commit 7b29c79851

View File

@ -4,6 +4,7 @@
enable = true;
enableCompletion = false; # manage completions ourself
dotDir = ".config/zsh";
history.share = false;
shellAliases = {
x = "startx";
rm = "rm -i";