From f97e362192e6f0bf8c6db313c9c76dd5f745b24a Mon Sep 17 00:00:00 2001 From: Nathan Woodburn Date: Mon, 27 Oct 2025 16:14:18 +1100 Subject: [PATCH] feat: Remove mnt and nix --- blueprints/terminal.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/blueprints/terminal.py b/blueprints/terminal.py index 404a550..a4ca2cc 100644 --- a/blueprints/terminal.py +++ b/blueprints/terminal.py @@ -92,8 +92,6 @@ def setup_path_session(): {"name": "etc", "type": 0, "children": [], "permissions": 1}, {"name": "lib", "type": 0, "children": [], "permissions": 1}, {"name": "lib64", "type": 0, "children": [], "permissions": 1}, - {"name": "mnt", "type": 0, "children": [], "permissions": 1}, - {"name": "nix", "type": 0, "children": [], "permissions": 1}, {"name": "opt", "type": 0, "children": [], "permissions": 1}, {"name": "proc", "type": 0, "children": [], "permissions": 1}, {"name": "root", "type": 0, "children": [], "permissions": 1},