From 4809f25001ee21565a92d20759bd1c87f6ca7df7 Mon Sep 17 00:00:00 2001 From: tomit4 Date: Sat, 22 Jan 2022 13:41:33 -0800 Subject: [PATCH] added mnt and umnt command for common usb mounting/unmounting --- bashrc.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bashrc.txt b/bashrc.txt index 6e044735..5ff6ea20 100644 --- a/bashrc.txt +++ b/bashrc.txt @@ -186,6 +186,8 @@ alias ll="ls -liasSh --color=auto" alias {lsdir,lsd}="ls -t -1" # list only the directories alias {ex,esc}="exit" alias {his,hist}="history" +alias mnt="doas mount /dev/sda1 /mnt/media/usb-drive" +alias umnt="doas umount /mnt/media/usb-drive" alias bluepill="cmatrix -bm -C cyan" alias redpill="cmatrix -bm -C red" alias nf="neofetch"