summaryrefslogtreecommitdiff
path: root/mc/profile.d/local-mc.sh
diff options
context:
space:
mode:
Diffstat (limited to 'mc/profile.d/local-mc.sh')
-rw-r--r--mc/profile.d/local-mc.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/mc/profile.d/local-mc.sh b/mc/profile.d/local-mc.sh
new file mode 100644
index 0000000..c07fdfa
--- /dev/null
+++ b/mc/profile.d/local-mc.sh
@@ -0,0 +1,5 @@
+if [ "`id -u`" -eq 0 ]; then
+ export MC_SKIN=modarcon16root-defbg-thin
+else
+ export MC_SKIN=modarcon16-defbg-thin
+fi