From 640dd3d972211bae8a682c7b473f1d135e9317ca Mon Sep 17 00:00:00 2001 From: Timur Ismagilov Date: Sat, 1 Jun 2024 23:18:16 +0300 Subject: [PATCH] Change the pencil to the eye and an arrow Pencil? What? --- shroom/rename.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shroom/rename.go b/shroom/rename.go index e0d7860..22bdfb6 100644 --- a/shroom/rename.go +++ b/shroom/rename.go @@ -97,7 +97,7 @@ func Rename(oldHypha hyphae.ExistingHypha, newName string, recursive bool, leave return nil } -const redirectionTemplate = `=> %[1]s | ✏️ %[2]s +const redirectionTemplate = `=> %[1]s | 👁️➡️ %[2]s <= %[1]s | full `