dots

my dotfiles
git clone https://tilde.team/~marisa/repo/dots.git
Log | Files | Refs

commit 19ae195638bb55743f75ba6c3d1baff2423e42ea
parent 584616398dae83d31f2f68f06935edbe0a138b09
Author: mokou <mokou@posteo.de>
Date:   Tue, 20 Oct 2020 11:09:54 +0200

Add starship custom config

Diffstat:
Adot_config/starship.toml | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/dot_config/starship.toml b/dot_config/starship.toml @@ -0,0 +1,4 @@ +[custom.nhinfra] +command = "echo '(infra)'" +when = "test $NH_SHELL -eq 1" +style = "bold fg:green"