global/shell: add bind mount alias
This commit is contained in:
parent
4fb947fc18
commit
253c57dd8f
1 changed files with 1 additions and 0 deletions
|
@ -69,6 +69,7 @@ in
|
||||||
# Miscellaneous
|
# Miscellaneous
|
||||||
mnt = ifSudo' "mount";
|
mnt = ifSudo' "mount";
|
||||||
umnt = ifSudo' "umount";
|
umnt = ifSudo' "umount";
|
||||||
|
bmnt = ifSudo "mnt -o bind,X-mount.mkdir";
|
||||||
|
|
||||||
dd = "dd status=progress";
|
dd = "dd status=progress";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue