my dotz
2
fork

Configure Feed

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

little bugfix

+1 -1
bin/prompt

This is a binary file and will not be displayed.

+1 -1
bin/prompt.go
··· 26 26 if gitRoot == os.Getenv("HOME") { 27 27 promptRoot = "~" 28 28 } else { 29 - promptRoot = filepath.Base(promptRoot) 29 + promptRoot = filepath.Base(gitRoot) 30 30 } 31 31 // subtract the git toplevel "/home/j3s" 32 32 // from the cwd "/home/j3s/code/nongitdir"