diff options
author | Tharre <tharre3@gmail.com> | 2017-05-18 16:51:08 +0200 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2017-05-18 16:51:08 +0200 |
commit | 94873533a37c106cda4ace384056b8692d4a5cac (patch) | |
tree | 93b44f704b9c867444086c57770f78372aaf2168 /.zshrc | |
parent | a3a9409f7c8d9a917d2922df8aec03501ba083f1 (diff) | |
download | dotfiles-94873533a37c106cda4ace384056b8692d4a5cac.tar.gz dotfiles-94873533a37c106cda4ace384056b8692d4a5cac.tar.xz dotfiles-94873533a37c106cda4ace384056b8692d4a5cac.zip |
zsh: add utf8 font viewing test
Diffstat (limited to '.zshrc')
-rw-r--r-- | .zshrc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -108,6 +108,10 @@ function 256color_test { done ) } +function utf8font_test { + curl http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-demo.txt +} + # requires youtube-dl, mpv function play { # Skip DASH manifest for speed purposes. This might actually disable |