my dotz
0

Configure Feed

Select the types of activity you want to include in your feed.

new prompt

+2 -1
+2 -1
bin/prompt.go
··· 23 23 branchname := strings.TrimSuffix(string(out), "\n") 24 24 25 25 fmt.Printf("\033[38;5;162m[%s]\033[0m ", host) 26 - fmt.Printf("%s ", branchname) 27 26 28 27 parts = strings.Split(cwd, "/") 29 28 for i, part := range parts { ··· 37 36 } 38 37 } 39 38 } 39 + 40 + fmt.Printf(" %s", branchname) 40 41 }
bin/x86_64/prompt

This is a binary file and will not be displayed.