Restore proper spacing at the beginning of fontfind()
This commit is contained in:
parent
022ba22a38
commit
7368569d34
4
.bashrc
4
.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
|
||||
|
|
Loading…
Reference in New Issue