summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xssn.at>2009-08-28 19:37:55 +0200
committerFlorian Pritz <bluewind@xssn.at>2009-08-28 19:37:55 +0200
commitf55dc3d9580bef44b167d4e77adbcbb589f52d8e (patch)
tree4712e43e6340b1de9d8a4a44a0671f95401453de
parent2a545b6eb3589e0297b88272b00c74d09db774c3 (diff)
downloaddotfiles-f55dc3d9580bef44b167d4e77adbcbb589f52d8e.tar.gz
dotfiles-f55dc3d9580bef44b167d4e77adbcbb589f52d8e.tar.xz
new aliases
Signed-off-by: Florian Pritz <bluewind@xssn.at>
-rw-r--r--.zshrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index 6adc53f..308b9bf 100644
--- a/.zshrc
+++ b/.zshrc
@@ -414,6 +414,8 @@ alias newpkgb=' cp $HOME/misc/aur/PKGBUILD.proto PKGBUILD'
alias aurball='makepkg --source -f'
alias pkgbuild='makepkg -fc && aurball'
alias pushpkg='cp *.pkg.tar.gz *.src.tar.gz /mnt/mistral/srv/drop'
+alias build32='sudo makechrootpkg -c -r ~/misc/chroots/arch32'
+alias build64='sudo makechrootpkg -c -r ~/misc/chroots/arch64'
#alias sudo="sudo " #Sudo wont recognize aliases without this
alias s='sudo '
@@ -442,6 +444,8 @@ alias q='python'
alias e='exec'
alias b='blaze'
+alias nsl='nslookup'
+
alias ncmpc='ncmpc -c'
alias youtube='youtube-dl -b '
alias rscp='rsync --partial --progress --rsh=ssh'