Commands reports corrections
This commit is contained in:
parent
4332ab2605
commit
d71ffe3f35
1 changed files with 2 additions and 1 deletions
3
archfi
3
archfi
|
@ -138,7 +138,8 @@ chooseeditor(){
|
||||||
3>&1 1>&2 2>&3)
|
3>&1 1>&2 2>&3)
|
||||||
if [ "$?" = "0" ]; then
|
if [ "$?" = "0" ]; then
|
||||||
clear
|
clear
|
||||||
echo "EDITOR=$sel"
|
echo "export EDITOR=$sel"
|
||||||
|
export EDITOR=$sel
|
||||||
EDITOR=$sel
|
EDITOR=$sel
|
||||||
pressanykey
|
pressanykey
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue