From 19ae195638bb55743f75ba6c3d1baff2423e42ea Mon Sep 17 00:00:00 2001 From: mokou Date: Tue, 20 Oct 2020 11:09:54 +0200 Subject: [PATCH] Add starship custom config --- dot_config/starship.toml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 dot_config/starship.toml 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"