aboutsummaryrefslogtreecommitdiffstats
path: root/.functions
diff options
context:
space:
mode:
authorPeter Kruithof <pkruithof@gmail.com>2012-03-28 14:48:16 +0300
committerPeter Kruithof <pkruithof@gmail.com>2012-03-28 14:48:16 +0300
commita514cb3adf7002811de473177d385723b23fe5b4 (patch)
tree8497920e2e90446e101bd1e973747a308efd651b /.functions
parentb70515792cb15c080717668bc5b0c9eed55fc9ef (diff)
downloaddotfiles-a514cb3adf7002811de473177d385723b23fe5b4.tar.gz
dotfiles-a514cb3adf7002811de473177d385723b23fe5b4.tar.bz2
dotfiles-a514cb3adf7002811de473177d385723b23fe5b4.zip
Added newline after codepoint
Diffstat (limited to '.functions')
-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