mirror of
https://github.com/RGBCube/ncc
synced 2025-08-01 12:37:46 +00:00
Use Bash for the helix shell
This commit is contained in:
parent
4aef2cdb19
commit
9548632310
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
||||||
file-picker.hidden = false;
|
file-picker.hidden = false;
|
||||||
idle-timeout = 200;
|
idle-timeout = 200;
|
||||||
line-number = "relative";
|
line-number = "relative";
|
||||||
shell = [ "nu" "--commands" ];
|
shell = [ "bash" "-c" ];
|
||||||
text-width = 100;
|
text-width = 100;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue