default editor is mcedit

pull/40/head
TomasM 2017-11-01 08:33:55 -04:00
parent 0e4e7c97be
commit aad4522327
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ cp debian/$NAME/usr/bin/fluxbox /squashfs-root/usr/bin
# add xlunch from sources # 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 cd /tmp
tar -xf xlunch.tar.gz tar -xf xlunch.tar.gz
cd xlunch-master cd xlunch-master

View File

@ -5,7 +5,7 @@
# PS1='${debian_chroot:+($debian_chroot)}\h:\w\$ ' # PS1='${debian_chroot:+($debian_chroot)}\h:\w\$ '
# umask 022 # umask 022
# You may uncomment the following lines if you want `ls' to be colorized: export EDITOR=mcedit
export LS_OPTIONS='--color=auto' export LS_OPTIONS='--color=auto'
eval "`dircolors`" eval "`dircolors`"
alias ls='ls $LS_OPTIONS' alias ls='ls $LS_OPTIONS'