summary refs log tree commit diff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--edit.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/edit.c b/edit.c
index 9a368b8..ed83447 100644
--- a/edit.c
+++ b/edit.c
@@ -77,6 +77,7 @@ static const struct {
 	const wchar_t *string;
 } Macros[] = {
 	{ L"\\bear", L"ʕっ•ᴥ•ʔっ" },
+	{ L"\\blush", L"(˶′◡‵˶)" },
 	{ L"\\cool", L"(⌐■_■)" },
 	{ L"\\flip", L"(╯°□°)╯︵ ┻━┻" },
 	{ L"\\gary", L"ᕕ( ᐛ )ᕗ" },
of GlassJune McEnroe 2018-08-18Set FCEDIT=$EDITORJune McEnroe 2018-08-18Only post commits with bodies to MastodonJune McEnroe 2018-08-18Run tf/cfg link script with /bin/shJune McEnroe 2018-08-18Run {,s,t}up with /bin/shJune McEnroe 2018-08-18Use whence instead of typeJune McEnroe 2018-08-18Cut off path components until right prompt fitsJune McEnroe 2018-08-17Add "private" alias to source encrypted fileJune McEnroe 2018-08-17Add vim mapping to add a #includeJune McEnroe