global/shell: add bind mount alias

This commit is contained in:
Infinidoge 2024-05-05 15:19:21 -04:00
parent 4fb947fc18
commit 253c57dd8f
Signed by: Infinidoge
SSH key fingerprint: SHA256:oAMyvotlNFraMmZmr+p6AxnNfW/GioTs1pOn3V4tQ7A

View file

@ -69,6 +69,7 @@ in
# Miscellaneous
mnt = ifSudo' "mount";
umnt = ifSudo' "umount";
bmnt = ifSudo "mnt -o bind,X-mount.mkdir";
dd = "dd status=progress";