diff --git a/modules/global/shell.nix b/modules/global/shell.nix index f80ace6..18eed7d 100644 --- a/modules/global/shell.nix +++ b/modules/global/shell.nix @@ -69,6 +69,7 @@ in # Miscellaneous mnt = ifSudo' "mount"; umnt = ifSudo' "umount"; + bmnt = ifSudo "mnt -o bind,X-mount.mkdir"; dd = "dd status=progress";