Enable Nushell and Carapace

Add nushell and some basic settings so that it works politely
Add carapace configuration to both nushell and Xonsh
This commit is contained in:
Greg Hellings
2025-06-11 12:35:01 -05:00
parent 507cc4cf37
commit 1efca98b9a
4 changed files with 125 additions and 75 deletions
+2
View File
@@ -129,3 +129,5 @@ import builtins
builtins.true = True
builtins.false = False
builtins.null = None
exec($(carapace _carapace xonsh))