diff --git a/dot_config/starship.toml b/dot_config/starship.toml new file mode 100644 index 0000000..9dcb556 --- /dev/null +++ b/dot_config/starship.toml @@ -0,0 +1,4 @@ +[custom.nhinfra] +command = "echo '(infra)'" +when = "test $NH_SHELL -eq 1" +style = "bold fg:green"