Commands reports corrections

This commit is contained in:
MatMoul 2016-05-14 16:15:51 +02:00
parent 4332ab2605
commit d71ffe3f35

3
archfi
View file

@ -138,7 +138,8 @@ chooseeditor(){
3>&1 1>&2 2>&3)
if [ "$?" = "0" ]; then
clear
echo "EDITOR=$sel"
echo "export EDITOR=$sel"
export EDITOR=$sel
EDITOR=$sel
pressanykey
fi