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