1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 19:47:47 +00:00

Use Bash for the helix shell

This commit is contained in:
RGBCube 2023-12-13 12:53:28 +03:00
parent 4aef2cdb19
commit 9548632310
No known key found for this signature in database

View file

@ -29,7 +29,7 @@
file-picker.hidden = false;
idle-timeout = 200;
line-number = "relative";
shell = [ "nu" "--commands" ];
shell = [ "bash" "-c" ];
text-width = 100;
};