aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.functions3
1 files changed, 2 insertions, 1 deletions
diff --git a/.functions b/.functions
index ef32e3a..900df56 100644
--- a/.functions
+++ b/.functions
@@ -66,5 +66,6 @@ function unidecode() {
# Get a character's unicode codepoint
function codepoint() {
- perl -e "use utf8; print sprintf('U+%04X', ord(\"$@\"))"
+ perl -e "use utf8; print sprintf('U+%04X', ord(\"$@\"))"
+ echo # newline
} \ No newline at end of file