From 7368569d34c1d126793183fd02f7edf5831d56bf Mon Sep 17 00:00:00 2001 From: David Thurstenson Date: Sun, 12 May 2019 23:48:39 -0500 Subject: [PATCH] Restore proper spacing at the beginning of fontfind() --- .bashrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index d237566..138f3e7 100644 --- a/.bashrc +++ b/.bashrc @@ -197,7 +197,9 @@ p Upload to a pastebin (defined in function) printf "Captured %s -> %s\n" "$msgt" "$msgd" # If destination is a pastebin, do the needful [[ "$paste" ]] && $pb "$fpath" -} fontfind() { if [[ -z $1 || ${#1} -gt 1 ]]; then +} + +fontfind() { if [[ -z $1 || ${#1} -gt 1 ]]; then printf "E: only one character accepted" fi local glyph=$1