summaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2019-05-09 19:49:35 +0200
committerCanop <cano.petrole@gmail.com>2019-05-09 19:49:35 +0200
commit190cd280d1d7de884853eaf1e0f6471bbad7f5c3 (patch)
tree863cd8a1662a3e4d89b8d1dbe070fa84bef9f41a /src/main.rs
parent854f17ae67a632386a5d5a0030d5551172271885 (diff)
more things work - broot successfully launched on Win10 and linux
(with reduced set of feature - see live feature matrix in chat)
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index 604f1fe..3999eef 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -32,7 +32,7 @@ mod shell_bash;
mod shell_fish;
mod shell_install;
mod skin;
-mod skin_conf;
+//mod skin_conf; disabled until rewrite
mod spinner;
mod status;
mod task_sync;