diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/glyphs.sh | 8 |
1 files changed, 8 insertions, 0 deletions
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="╰┈➤ " + |