Fix spelling.

This commit is contained in:
CronyAkatsuki 2024-03-16 18:16:48 +01:00
parent c385619071
commit 01aca56c1d

View File

@ -3,7 +3,7 @@
# But we all know I love zsh # But we all know I love zsh
programs.zsh = { programs.zsh = {
enable = true; enable = true;
autosuggestions.enable = true; autosuggestion.enable = true;
enableCompletion = true; enableCompletion = true;
history.path = "${config.xdg.dataHome}/zsh/history"; history.path = "${config.xdg.dataHome}/zsh/history";
dotDir = ".config/zsh"; dotDir = ".config/zsh";