prompt: hide docker mounts

This commit is contained in:
Martin Sekera 2024-09-29 17:40:58 +02:00
parent 005c83561d
commit 5cefa4389e
18 changed files with 504 additions and 1 deletions

View file

@ -46,7 +46,7 @@ COLOR_OK = 10
COLOR_ERROR = 196
COLOR_GREY = 240
MOUNT_IGNORE_FS = ["iso9660", "tmpfs", "rootfs"]
MOUNT_IGNORE_FS = ["iso9660", "tmpfs", "rootfs", "fuse.fuse-overlayfs"]
MOUNT_IGNORE_DIR = ["/dev", "/proc", "/sys"]
def get_username():