Add starship custom config

This commit is contained in:
mokou 2020-10-20 11:09:54 +02:00
parent 584616398d
commit 19ae195638

4
dot_config/starship.toml Normal file
View file

@ -0,0 +1,4 @@
[custom.nhinfra]
command = "echo '(infra)'"
when = "test $NH_SHELL -eq 1"
style = "bold fg:green"