summaryrefslogtreecommitdiff
path: root/profile.d
diff options
context:
space:
mode:
authorAdministrator <root@bastian.jones.dk>2012-10-03 18:43:09 +0200
committerAdministrator <root@bastian.jones.dk>2012-10-03 18:43:09 +0200
commit950f7ebe0d280b9c86fc6b918f2b7af31b95f906 (patch)
tree8df8482f9f84c7f53428ff07d34df60e1bd0a5ba /profile.d
parent1ece66a904dd73a69a5b73f18df5fd05978e2555 (diff)
Add profile snippet to switch mc profile whether root or not.
Diffstat (limited to 'profile.d')
-rw-r--r--profile.d/local-mc.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/profile.d/local-mc.sh b/profile.d/local-mc.sh
new file mode 100644
index 0000000..c07fdfa
--- /dev/null
+++ b/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