X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=etc%2Fskel%2F.zshrc;h=377b7cf4089a435dd2a87ef1ce6ba9809438a61e;hb=1e0d93086b078c8031ee4502bdb525518ff3a3f7;hp=9be1c8522f89c11171f9174484fab910b29dc9b6;hpb=ed19fce1c8039ff99f3493ed85edeee4d07c77c9;p=grml-etc-core.git diff --git a/etc/skel/.zshrc b/etc/skel/.zshrc index 9be1c85..377b7cf 100644 --- a/etc/skel/.zshrc +++ b/etc/skel/.zshrc @@ -3,7 +3,6 @@ # 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 Aug 06 23:31:19 CEST 2008 [mika] ################################################################################ # source ~/.zshrc.global {{{ @@ -220,6 +219,9 @@ alias fblinks='links2 -driver fb' alias insecssh='ssh -o "StrictHostKeyChecking=no" -o "UserKnownHostsFile=/dev/null"' alias insecscp='scp -o "StrictHostKeyChecking=no" -o "UserKnownHostsFile=/dev/null"' +# simple webserver +check_com -c python && alias http="python -m SimpleHTTPServer" + # Use 'g' instead of 'git': check_com g || alias g='git'