add: bash setup

This commit is contained in:
kenji
2025-12-27 18:36:21 -06:00
parent c92c7fde64
commit ddb728dae4
3 changed files with 9 additions and 14 deletions
+2 -1
View File
@@ -6,7 +6,8 @@
formatters_by_ft = { formatters_by_ft = {
terraform = ["tofu_fmt"]; terraform = ["tofu_fmt"];
tf = ["tofu_fmt"]; tf = ["tofu_fmt"];
sh = ["beautysh"]; sh = ["shfmt"];
bash = ["shfmt"];
}; };
}; };
}; };
+2
View File
@@ -44,6 +44,8 @@
rust-bin.stable.latest.default # From rust-overlay rust-bin.stable.latest.default # From rust-overlay
ansible-lint ansible-lint
beautysh beautysh
shellcheck
shfmt
]; ];
fullNixvimModule = { fullNixvimModule = {
+5 -13
View File
@@ -1,15 +1,7 @@
#!/usr/bin/env bash #!/bin/bash
asdfa function hello() {
echo "Hello World
}
a
a
a
a
a
a
aa
aaaa
hello