From 253c57dd8f7ce005809f5e6daf5d9fb97aa84732 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Sun, 5 May 2024 15:19:21 -0400 Subject: [PATCH] global/shell: add bind mount alias --- modules/global/shell.nix | 1 + 1 file changed, 1 insertion(+) 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";