prompt: hide docker mounts (2/2)

This commit is contained in:
Martin Sekera 2024-11-28 19:23:26 +01:00
parent b493878d36
commit f351889c30

View file

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