From 7b2b915a28ab92920958c423b74e02658efe19e5 Mon Sep 17 00:00:00 2001 From: Administrator Date: Thu, 31 Jan 2013 18:58:00 +0100 Subject: Move mc shell snippet to mc/profile.d/. --- mc/profile.d/local-mc.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 mc/profile.d/local-mc.sh (limited to 'mc') 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 -- cgit v1.2.3