Upgrading to 25.05

This commit is contained in:
Gene Liverman 2025-06-11 09:47:46 -04:00 committed by Gene Liverman
parent ee404a2e71
commit 4696a87825
11 changed files with 126 additions and 96 deletions

View file

@ -261,7 +261,7 @@ in {
autosuggestion.enable = true;
history.save = 1000000;
history.size = 1000000;
initExtra = ''
initContent = ''
[ -f ~/.private-env ] && source ~/.private-env || echo '~/.private-env is missing'
[ -f ~/.gitconfig-local ] || echo '~/.gitconfig-local is missing. Create it and set user.email'