add prompt
Jesse Olson j3s@c3f.net
Sun, 21 Mar 2021 19:08:50 +0000
2 files changed,
1 insertions(+),
1 deletions(-)
M
bin/prompt.go
→
bin/prompt.go
@@ -37,5 +37,5 @@ }
} } - fmt.Printf(" %s", branchname) + fmt.Printf(" (%s)", branchname) }