From 45f46cb20f581c471ddc3ad94b3021a985765704 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 27 Jun 2010 15:28:38 +0200 Subject: small changes Signed-off-by: Florian Pritz --- .zshrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to '.zshrc') diff --git a/.zshrc b/.zshrc index 99e27cf..e096bb1 100644 --- a/.zshrc +++ b/.zshrc @@ -164,11 +164,11 @@ abbreviations=( globalias() { local MATCH LBUFFER=${LBUFFER%%(#m)[_a-zA-Z0-9]#} - LBUFFER+=${abbreviations[$MATCH]:-$MATCH,} + LBUFFER+=${abbreviations[$MATCH]:-$MATCH,,} } zle -N globalias -bindkey "," globalias +bindkey ",," globalias # }}} # Variables {{{ @@ -539,6 +539,7 @@ alias newpkgb=' cp $HOME/misc/aur/PKGBUILD.proto PKGBUILD' # well I got used to that name ;) alias aurball='makepkg --source -f' alias pkgbuild='makepkg -fc && aurball' +alias aurup="aurploader -l ~/.aurploader -r" alias pushpkg='cp *.pkg.tar.gz *.src.tar.gz /mnt/mistral/srv/drop' alias build32='linux32 sudo makechrootpkg -r ~/misc/chroots/arch32' alias build64='linux64 sudo makechrootpkg -r ~/misc/chroots/arch64' -- cgit v1.2.3-24-g4f1b