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 +++++ profile.d/local-mc.sh | 5 ----- 2 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 mc/profile.d/local-mc.sh delete mode 100644 profile.d/local-mc.sh 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 diff --git a/profile.d/local-mc.sh b/profile.d/local-mc.sh deleted file mode 100644 index c07fdfa..0000000 --- a/profile.d/local-mc.sh +++ /dev/null @@ -1,5 +0,0 @@ -if [ "`id -u`" -eq 0 ]; then - export MC_SKIN=modarcon16root-defbg-thin -else - export MC_SKIN=modarcon16-defbg-thin -fi -- cgit v1.2.3