prompt: hide docker mounts
This commit is contained in:
parent
005c83561d
commit
5cefa4389e
18 changed files with 504 additions and 1 deletions
|
@ -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():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue