diff --git a/archfi b/archfi index 927d7c3..7a3524a 100644 --- a/archfi +++ b/archfi @@ -125,10 +125,7 @@ chooseeditor(){ "${options[@]}" \ 3>&1 1>&2 2>&3) if [ "$?" = "0" ]; then - clear - echo "export EDITOR=$sel" - export EDITOR=$sel - pressanykey + EDITOR=$sel fi }