diff options
author | Jonas Smedegaard <dr@jones.dk> | 2017-01-21 17:07:47 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2017-01-21 17:07:47 +0100 |
commit | c778483fbd7829e2d41157ae6be2d7f1eef709f5 (patch) | |
tree | 09d007409140cb5ac0c8f35beefe76ff987a33a3 | |
parent | a22fd8100fdec411af9231abcf2bbf2ca9eaeec0 (diff) |
Use solarized with profile.d (same for root for now).
-rw-r--r-- | mc/profile.d/local-mc.sh | 5 |
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 |