]> git.madduck.net Git - etc/zsh.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

add uc/unicode function
authormartin f. krafft <madduck@madduck.net>
Sat, 17 May 2008 10:46:57 +0000 (11:46 +0100)
committermartin f. krafft <madduck@madduck.net>
Sat, 17 May 2008 10:46:57 +0000 (11:46 +0100)
.zsh/zshrc/30_aliases

index 8cf1b542b6f8b7d81c0fbe865618772735bf37aa..82625ff68b240a27dc1513063c097051d8577356 100644 (file)
@@ -119,4 +119,6 @@ unset _LANGUAGES
 
 alias dpkg-buildpackage="dpkg-buildpackage -k$DEBKEYID"
 
+uc() { unicode --max=0 --colour=off "$@" | sensible-pager }
+
 # vim:ft=zsh