aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatMoul <matmoul@gmail.com>2016-05-14 16:15:51 +0200
committerMatMoul <matmoul@gmail.com>2016-05-14 16:15:51 +0200
commitd71ffe3f35c750b69f9277f828cd7f74745b51c8 (patch)
treeebeb2343048ec93bdfc820cbc6280f73cc885f78
parent4332ab2605a149472b037ed76f529fe5aa9b61e9 (diff)
downloadhyperfi-d71ffe3f35c750b69f9277f828cd7f74745b51c8.tar.lz
hyperfi-d71ffe3f35c750b69f9277f828cd7f74745b51c8.tar.xz
hyperfi-d71ffe3f35c750b69f9277f828cd7f74745b51c8.zip
Commands reports corrections
-rw-r--r--archfi3
1 files changed, 2 insertions, 1 deletions
diff --git a/archfi b/archfi
index 6e52e1c..1fed4e1 100644
--- a/archfi
+++ b/archfi
@@ -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