diff options
author | davidovski <david@davidovski.xyz> | 2022-06-27 01:14:42 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-06-27 01:14:42 +0100 |
commit | 7bba6cd7612293796e905885f9ed3072877798ab (patch) | |
tree | dd01942dbdd474a4df62ecf74479f5e78d83f1c8 /src/glyphs.sh | |
parent | 79fb6f41104cd0d88891598ddfc3c30d1bb0352d (diff) |
added shmk, building all with shmk
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="████████████████ -▀ ▀ - - - █▄▄▄▄▄▄█ - █▀▀▀▀▀▀█ - - -▄ ▄ -████████████████" |