small pixel drawing of a pufferfish dotfiles

Change prompt to cherry blossom
Jes Olson jolson@digitalocean.com
Thu, 06 Jan 2022 16:03:28 -0600
commit

d4e78faa0161c6f1bb7e30136c96a6943e1f24d7

parent

ee75e12e544b61b0b8f494afbc53d30396cd9c9d

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

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

@@ -26,7 +26,7 @@

func resolveEmoji(hostname string) string { emoji := "💀" if hostname == "zora" { - emoji = "🍣" + emoji = "🌸" } else if hostname == "nostromo" { emoji = "🛸" }