From f687fcf490ac0a84030e575b8a94203c89a1d3cc Mon Sep 17 00:00:00 2001 From: Faerbit Date: Sat, 1 Mar 2014 13:49:03 +0100 Subject: [PATCH] Added command to mount-chroot and create folders for the different architextures. --- zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/zshrc b/zshrc index 002e307..0c87b57 100644 --- a/zshrc +++ b/zshrc @@ -10,6 +10,7 @@ alias clear-orphans='pacman -Rns $(pacman -Qqdt)' alias rmtex='rm *.log; rm *.aux' alias ghibernate='gnome-screensaver-command --lock && sudo systemctl hibernate' alias load-vboxdrivers='modprobe -a vboxdrv vboxnetadp vboxnetflt' +alias mount-chroot='sudo mount /mnt/tmpfs; sudo mkdir /mnt/tmpfs/chroot{32,64}' # british mnemonic finder alias mnemonic="cat /usr/share/dict/british | sed -r -n '/^.{5,10}$/p' | sed \"s/'//g\" | tr '[:upper:]' '[:lower:]' | shuf -n 1" #overwrite "default(?)" with my own function