default editor is mcedit
parent
0e4e7c97be
commit
aad4522327
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue