small pixel drawing of a pufferfish dotfiles

little bugfix
Jes Olson j3s@c3f.net
Sat, 04 Mar 2023 17:11:22 -0800
commit

fb6c9ec0e8ef1190932a33e9fa04451fc8ada01c

parent

2485baf6a634359388d82b7d36ed4295bacb9f5f

2 files changed, 1 insertions(+), 1 deletions(-)

jump to
M bin/prompt.gobin/prompt.go

@@ -26,7 +26,7 @@ gitRoot := gitRoot()

if gitRoot == os.Getenv("HOME") { promptRoot = "~" } else { - promptRoot = filepath.Base(promptRoot) + promptRoot = filepath.Base(gitRoot) } // subtract the git toplevel "/home/j3s" // from the cwd "/home/j3s/code/nongitdir"