summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Ritter <xeno@thehappy.de>2010-09-23 09:59:31 +0200
committerStefan Ritter <xeno@thehappy.de>2010-09-23 09:59:31 +0200
commite8e127e92c1dee52f37e90df7fddfcc94fce31cb (patch)
tree2488456fcf208df8c11b4ed3462410c2275d1623
parent16480d9d85aee763ed302f4765c14a5203f17d48 (diff)
parent146be0bbc0c16c7858425eea2742daf34a82c326 (diff)
Merge branch 'master' of fucktheforce.de:xeno
-rw-r--r--zsh/zshrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/zsh/zshrc b/zsh/zshrc
index 056dff1..51e179f 100644
--- a/zsh/zshrc
+++ b/zsh/zshrc
@@ -86,6 +86,8 @@ alias gendebpool='dpkg-scanpackages -m . /dev/null | gzip -9c > Packages.gz'
alias git-bp='git-buildpackage --git-ignore-new --git-tarball-dir=/home/xeno/debian/tarballs/ --git-upstream-branch=upstream --git-debian-branch=master --git-builder=pdebuild --debbuildopts "-i"'
alias sfnv='uscan --verbose --no-symlink --rename'
+alias avalon='telnet avalon.mud.de 7777'
+
alias -g C='| wc -l'
alias -g G='| grep'
alias -g H='| head'