summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/.zshrc b/.zshrc
index 9040df4..00565ca 100644
--- a/.zshrc
+++ b/.zshrc
@@ -396,6 +396,7 @@ __chrootalias() {
64s) chroot=staging-x86_64;;
64ml) chroot=multilib-x86_64;;
64mlt) chroot=multilib-testing-x86_64;;
+ 64mls) chroot=multilib-staging-x86_64;;
esac
;;
*)
@@ -419,7 +420,7 @@ __chrootalias() {
esac
(
unfunction chpwd
- cd /
+ cd /var/empty
sudo ${chroot_cmd}-build -r "$__CHROOTS" || true
)
fi