diff --git a/system/setup.go b/system/setup.go index 28a0186..5c2e258 100644 --- a/system/setup.go +++ b/system/setup.go @@ -83,7 +83,7 @@ func Setup() { ptr = i } } - return fmt.Sprintf("%v:%v", short, segs[len(segs)-1]) + return fmt.Sprintf("%v:%v >", short, segs[len(segs)-1]) } return c },