1
0
mirror of https://github.com/Andrey0189/nixos-config-reborn.git synced 2025-09-15 10:06:00 +03:00

remove comment

This commit is contained in:
andrey_varnavskiy
2024-11-30 16:08:05 +05:00
parent b09fa5a394
commit 18dbf03066

View File

@@ -30,12 +30,5 @@
history.size = 10000;
history.path = "${config.xdg.dataHome}/zsh/history";
# Not needed since I'm using starship
# oh-my-zsh = {
# enable = true;
# plugins = [ "git" "sudo" ];
# theme = "agnoster"; # blinks is also really nice
# };
};
}