This commit is contained in:
2026-01-09 01:41:57 +08:00
parent c1d1b12a26
commit edb0343046
7 changed files with 232 additions and 8 deletions
+2 -2
View File
@@ -41,7 +41,7 @@
path = "${config.home.homeDirectory}/.zsh_history";
};
initExtra = ''
initContent = ''
# Custom prompt or additional configuration
setopt HIST_IGNORE_ALL_DUPS
setopt HIST_FIND_NO_DUPS
@@ -102,7 +102,7 @@
enableZshIntegration = true;
enableFishIntegration = true;
git = true;
icons = true;
icons = "auto";
};
# Bat (better cat)