From aad4522327341b7835db7bf4d6aef3632480f481 Mon Sep 17 00:00:00 2001 From: TomasM Date: Wed, 1 Nov 2017 08:33:55 -0400 Subject: [PATCH] default editor is mcedit --- Slax/debian/modules/03-desktop/build | 2 +- Slax/debian/rootcopy/root/.bashrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Slax/debian/modules/03-desktop/build b/Slax/debian/modules/03-desktop/build index f5182f5..43fa89e 100755 --- a/Slax/debian/modules/03-desktop/build +++ b/Slax/debian/modules/03-desktop/build @@ -45,7 +45,7 @@ cp debian/$NAME/usr/bin/fluxbox /squashfs-root/usr/bin # add xlunch from sources -wget -O /tmp/xlunch.tar.gz --no-check-certificate https://github.com/Tomas-M/xlunch/archive/master.tar.gz +wget -O /tmp/xlunch.tar.gz https://github.com/Tomas-M/xlunch/archive/master.tar.gz cd /tmp tar -xf xlunch.tar.gz cd xlunch-master diff --git a/Slax/debian/rootcopy/root/.bashrc b/Slax/debian/rootcopy/root/.bashrc index cbd638a..608173d 100644 --- a/Slax/debian/rootcopy/root/.bashrc +++ b/Slax/debian/rootcopy/root/.bashrc @@ -5,7 +5,7 @@ # PS1='${debian_chroot:+($debian_chroot)}\h:\w\$ ' # umask 022 -# You may uncomment the following lines if you want `ls' to be colorized: +export EDITOR=mcedit export LS_OPTIONS='--color=auto' eval "`dircolors`" alias ls='ls $LS_OPTIONS'