diff options
author | Stefan Ritter <xeno@thehappy.de> | 2011-03-07 00:50:31 +0100 |
---|---|---|
committer | Stefan Ritter <xeno@thehappy.de> | 2011-03-07 00:50:31 +0100 |
commit | ab7b153bbc22acbe8dd46af739ed2c7134afa5f7 (patch) | |
tree | a85da3dc96093e4bed6caad23ab4f29f3c93b864 /zsh/zshrc | |
parent | 8bb11df9f859a6676f325c0c909587931fe2c9a9 (diff) |
Change 'm' alias to mtr
Diffstat (limited to '')
-rw-r--r-- | zsh/zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -57,7 +57,7 @@ alias g='git' alias gee='geeqie' alias gitserv="git daemon --verbose --reuseaddr --base-path=. --export-all ./.git" alias iso="genisoimage -l -J -R -o cd.iso" -alias m="mocp" +alias m="mtr --curses" alias p="pal -r 7" alias q="quilt" alias r="rdesktop-vrdp -k de -K localhost" |