From e197b62585b15fbe89261922d288bbb901cd0e33 Mon Sep 17 00:00:00 2001 From: davidovski Date: Wed, 16 Feb 2022 22:34:13 +0000 Subject: added glyphs.sh library --- src/glyphs.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/glyphs.sh (limited to 'src') diff --git a/src/glyphs.sh b/src/glyphs.sh new file mode 100644 index 0000000..dc4c285 --- /dev/null +++ b/src/glyphs.sh @@ -0,0 +1,8 @@ +# +# Assorted Unicode glyphs that can be repurposed +# + +export CHECKMARK="✔" +export CROSSMARK="✘" +export TABCHAR="╰┈➤ " + -- cgit v1.2.1