aboutsummaryrefslogtreecommitdiffstats
path: root/archfi
diff options
context:
space:
mode:
Diffstat (limited to 'archfi')
-rw-r--r--archfi5
1 files changed, 1 insertions, 4 deletions
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
}