summaryrefslogtreecommitdiff
path: root/mc
diff options
context:
space:
mode:
authorAdministrator <root@bastian.jones.dk>2013-01-31 18:58:00 +0100
committerAdministrator <root@bastian.jones.dk>2013-02-02 00:18:22 +0100
commit7b2b915a28ab92920958c423b74e02658efe19e5 (patch)
tree5f2f55e1610481c02e4d51f8e580827acdbc5147 /mc
parente25e815689670be2b13c8c193a774c19f54a3e8a (diff)
Move mc shell snippet to mc/profile.d/.
Diffstat (limited to 'mc')
-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