logo

dotfiles

My dotfiles, one branch per machine, rebased on base
commit: 15151eaf0bdf7bef96609d757bdea343d257aeec
parent: 10efa6840c13412b1a8816c48ef59126ce124a45
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Thu, 23 Apr 2020 05:41:29 +0200

.common.sh: fixup wtf_unicode

Diffstat:

M.common.sh2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.common.sh b/.common.sh @@ -122,7 +122,7 @@ grep_unicode() { grep "$1" /usr/share/unicode-data/UnicodeData.txt | awk -F\; '{ system("unicode -t "$1); print FS "U+"$1 FS $2 }' | column -s\; -t } wtf_unicode() { - wat-unicode $(unicode -h "$1") + wat_unicode $(unicode -h "$1") } wat_unicode() {