summaryrefslogtreecommitdiff
path: root/mc
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2017-01-21 17:07:47 +0100
committerJonas Smedegaard <dr@jones.dk>2017-01-21 17:07:47 +0100
commitc778483fbd7829e2d41157ae6be2d7f1eef709f5 (patch)
tree09d007409140cb5ac0c8f35beefe76ff987a33a3 /mc
parenta22fd8100fdec411af9231abcf2bbf2ca9eaeec0 (diff)
Use solarized with profile.d (same for root for now).
Diffstat (limited to 'mc')
-rw-r--r--mc/profile.d/local-mc.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/mc/profile.d/local-mc.sh b/mc/profile.d/local-mc.sh
index c07fdfa..f40d331 100644
--- a/mc/profile.d/local-mc.sh
+++ b/mc/profile.d/local-mc.sh
@@ -1,5 +1,6 @@
+# TODO: Differentiate solarized skin for root
if [ "`id -u`" -eq 0 ]; then
- export MC_SKIN=modarcon16root-defbg-thin
+ export MC_SKIN=/etc/local-COMMON/mc/skins/solarized.ini
else
- export MC_SKIN=modarcon16-defbg-thin
+ export MC_SKIN=/etc/local-COMMON/mc/skins/solarized.ini
fi