X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=etc%2Fzsh%2Fzshrc;h=4ef8f95e55c526574e3e6c65f4f4af5fb0d54e5a;hb=db88d9d2536c7ea4596d5d6f473ed6218b1f5984;hp=4515b9db673b5dd3d9646ab6a22d024a65e312ef;hpb=7058d4b2232ebc4ba737bcb46f58476d7a4e4598;p=grml-etc-core.git diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 4515b9d..4ef8f95 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -3,7 +3,7 @@ # Authors: grml-team (grml.org), (c) Michael Prokop # Bug-Reports: see http://grml.org/bugs/ # License: This file is licensed under the GPL v2. -# Latest change: Mit Mär 14 15:48:34 CET 2007 [mika] +# Latest change: Sam Mär 17 20:12:26 CET 2007 [mika] ################################################################################ # This file is sourced only for interactive shells. It # should contain commands to set up aliases, functions, @@ -577,6 +577,21 @@ ${BLUE}%n${NO_COLOUR}@%m %40<...<%B%~%b%<< %# " alias rd='rmdir' alias md='mkdir' + # see http://www.cl.cam.ac.uk/~mgk25/unicode.html#term for details + alias term2iso="echo 'Setting terminal to iso mode' ; echo -e '%@'" + alias term2utf="echo 'Setting terminal to utf-8 mode'; echo -e '%G'" + + alias utf2iso='if isutfenv ; then + for ENV in `env | grep UTF` ; do + eval export "$(echo $ENV | sed 's/UTF-8/iso885915/')" + done + fi' + alias iso2utf='if isutfenv ; then + for ENV in `env | grep '\.iso'` ; do + eval export "$(echo $ENV | sed 's/iso.*/UTF-8/')" + done + fi' + # set up software synthesizer via speakup alias swspeak=' aumix -w 90 -v 90 -p 90 -m 90