diff options
-rw-r--r-- | profile.d/local-mc.sh | 5 |
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 |