Skip to content

(CIF002) Sample .bashrc file for crouton

CroutonIsFun edited this page May 11, 2024 · 1 revision
# Put your fun stuff here.
alias remount="sudo mount -o remount,dev,exec,symfollow /media/removable/Data/"
alias do-remount="sudo mount -o remount,dev,exec,symfollow $1"
alias focal-xfce="sudo startxfce4 -b -n focal"
alias xenial="sudo enter-chroot -b -n xenial xinit"
alias xenial-lxde="sudo startlxde -b -n xenial"
alias xenial-xfce="sudo startxfce4 -b -n xenial"
alias focal-lxde="sudo startlxde -b -n focal"
alias focal="sudo enter-chroot -b -n focal xinit"
alias buster="sudo enter-chroot -b -n buster xinit"
alias xenial-openbox="sudo enter-chroot -b -n xenial xinit"
alias bullseye-gnome="sudo startgnome -b -n bullseye"
alias buster-xfce="sudo startxfce4 -b -n buster"
alias bionic="sudo enter-chroot -b -n bionic xinit"
alias bionic-lxde="sudo startlxde -b -n bionic"
Clone this wiki locally