feat: nushell

This commit is contained in:
js0ny 2025-10-26 16:14:47 +00:00
parent e2209cea57
commit 5e47b924ef
3 changed files with 15 additions and 5 deletions

View file

@ -4,5 +4,7 @@
enableBashIntegration = true;
enableZshIntegration = true;
enableFishIntegration = true;
enableNushellIntegration = true;
enableIonIntegration = true;
};
}