added mnt and umnt command for common usb mounting/unmounting

This commit is contained in:
tomit4 2022-01-22 13:41:33 -08:00
parent 29d02071fa
commit 4809f25001

View file

@ -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"