diff options
Diffstat (limited to 'src/glyphs.sh')
-rw-r--r-- | src/glyphs.sh | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/src/glyphs.sh b/src/glyphs.sh deleted file mode 100644 index b4ecccd..0000000 --- a/src/glyphs.sh +++ /dev/null @@ -1,30 +0,0 @@ -# -# Assorted Unicode glyphs that can be repurposed -# - -export CHECKMARK="✔" -export CROSSMARK="✘" -export CROSSMARK="✘" -export HOURGLASS="⧖" -export LARGE_CIRCLE="◯" -export REFRESH="🗘" -export TABCHAR="╚═" -export XI="Ξ" - -export LOGO_SMALL="████████ -▀ ▀ - █▄▄█ - █▀▀█ -▄ ▄ -████████" - -export LOGO="████████████████ -▀ ▀ - - - █▄▄▄▄▄▄█ - █▀▀▀▀▀▀█ - - -▄ ▄ -████████████████" |