diff options
author | Peter Palfrader <peter@palfrader.org> | 2010-08-22 10:46:29 +0000 |
---|---|---|
committer | weasel <weasel@bc3d92e2-beff-0310-a7cd-cc87d7ac0ede> | 2010-08-22 10:46:29 +0000 |
commit | 4aea571502cb99c38910aada740c991c04a3aee5 (patch) | |
tree | e2f82cf15f893ae5acffb29897346e272824c8e6 /zshrc | |
parent | 0b5892f4887f99b4a8cb1967ab8d834264922ebd (diff) |
alias cal to cal -m
git-svn-id: svn+ssh://asteria.noreply.org/svn/weaselutils/trunk@454 bc3d92e2-beff-0310-a7cd-cc87d7ac0ede
Diffstat (limited to 'zshrc')
-rw-r--r-- | zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -207,7 +207,7 @@ alias 16264='perl -MMIME::Base64 -e "\$l=<>; chomp \$l; print encode_base64(pack alias vnc='xtightvncviewer -encodings "tight copyrect" -compresslevel 9 -quality 4' alias hs-mplayer='mplayer -ao alsa:device=hw=1' - +alias cal='cal -m' alias defaultfixed='echo -n -e "\033]50;fixed\007"' alias default='echo -n -e "\033]50;-misc-fixed-medium-r-normal--13-120-75-75-c-70-iso8859-15\007"' alias hide='echo -n -e "\033]50;nil2\007"' |