diff options
author | Peter Palfrader <peter@palfrader.org> | 2017-03-20 15:26:50 +0100 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2017-03-20 15:26:50 +0100 |
commit | 25874f57453892c0d7c8c22f3af7ee4f54022862 (patch) | |
tree | d48c690d01fc819ccc5c292b6cef807ca9a4c34c /zshrc | |
parent | 77bdd6024a2765c1bfd3ecac7bddb907da63a174 (diff) |
change cal alias again
Diffstat (limited to 'zshrc')
-rw-r--r-- | zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -231,7 +231,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='ncal -M -C' +alias cal='ncal -M -b' 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"' |