style: remove unnecessary comment block

This commit is contained in:
Infinidoge 2021-09-26 22:17:09 -04:00
parent c71c874ce1
commit 3c7aee7d9a

View file

@ -13,17 +13,6 @@
initExtra = '' initExtra = ''
kitty + complete setup zsh | source /dev/stdin kitty + complete setup zsh | source /dev/stdin
''; '';
# autosuggestions.enable = true;
# syntaxHighlighting = {
# enable = true;
# highlighters = [ "main" "brackets" "pattern" "cursor" ];
# patterns = {
# "rm -rf *" = "fg=white,bold,bg=red";
# };
# };
# zsh-autoenv.enable = true;
dotDir = ".config/zsh"; dotDir = ".config/zsh";