This commit is contained in:
Hadi
2024-03-12 17:27:50 +01:00
parent 640ee6325b
commit 98ecdbbcaa
10 changed files with 470 additions and 11 deletions

View File

@@ -7,6 +7,9 @@
enableAutosuggestions = true;
enableCompletion = true;
syntaxHighlighting.enable = true;
historySubstringSearch.enable = true;
initExtraFirst = "nerdfetch";
history = {
ignoreDups = true;
@@ -14,9 +17,10 @@
size = 1000000;
};
profileExtra = lib.optionalString (config.home.sessionPath != [ ]) ''
export PATH="$PATH''${PATH:+:}${lib.concatStringsSep ":" config.home.sessionPath}"
export PATH="$PATH''${PATH:+:}${
lib.concatStringsSep ":" config.home.sessionPath
}"
'';
shellAliases = {