diff options
-rw-r--r-- | archfi | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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 } |