diff options
Diffstat (limited to 'archfi')
-rw-r--r-- | archfi | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |