summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2011-08-10 21:55:19 +0200
committerFlorian Pritz <bluewind@xinu.at>2011-08-10 21:55:19 +0200
commit389438f85c3e3e3e97a4db3bbfc1ff61de2822c9 (patch)
tree2ef62fe2f5b99898bd16bdd25229edc42c9ac4ee /.zshrc
parent6f202717b2035c356a47ddabef3a77697ecdc0a4 (diff)
downloaddotfiles-389438f85c3e3e3e97a4db3bbfc1ff61de2822c9.tar.gz
dotfiles-389438f85c3e3e3e97a4db3bbfc1ff61de2822c9.tar.xz
zshrc: misc
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc7
1 files changed, 2 insertions, 5 deletions
diff --git a/.zshrc b/.zshrc
index 2dda789..36789b5 100644
--- a/.zshrc
+++ b/.zshrc
@@ -518,7 +518,7 @@ chupdate() {
for id in "$@"; do
__chrootalias $id || return
chrootdir="$__CHROOTS/$chroot"
- echo ":: Updating $id"
+ echo ":: Updating $chroot"
linux${chroot_arch} sudo mkarchroot -u "$chrootdir/root" -- --noconfirm
echo ":: Cleaning up ..."
chclean $id
@@ -716,10 +716,6 @@ alias -g tt='| tail -n 20'
# I always hit y instead of | ...
alias -g vv='|'
-# who doesn't need pastebins?
-alias -g sp="2>&1 | curl -F 'sprunge=<-' http://sprunge.us"
-alias -g pp="2>&1 | wgetpaste -X "
-
# e.g. "blub.txt" opens the file instead of showing command not found
alias -s txt=mousepad
alias -s jpg=gpicview
@@ -880,6 +876,7 @@ sysinfo
#umask 077
stty -ctlecho
+export PATH=$HOME/bin:$PATH
if [ $UID -eq 0 ]; then
export PATH=/root/bin:$PATH
fi