prompt: hide docker mounts (2/2)
This commit is contained in:
parent
b493878d36
commit
f351889c30
1 changed files with 1 additions and 1 deletions
|
@ -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():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue