Emoji for the shell 🐢
echo "$e_melting_face"
# => 🫠
git commit -m "$e_tada Initial commit"
# download emoji variables
curl -O https://git.sr.ht/~rasch/shell-emoji/refs/download/0.1.0/shell-emoji-0.1.0.gz
# decompress
gunzip shell-emoji-0.1.0.gz
# source the file (put this line in ~/.bashrc or similar after testing)
. shell-emoji-0.1.0