diff options
author | MatMoul <matmoul@gmail.com> | 2015-11-01 18:41:01 +0100 |
---|---|---|
committer | MatMoul <matmoul@gmail.com> | 2015-11-01 18:41:01 +0100 |
commit | 1cb47e8c635f45ed66cd86a5640ceb11d0b39719 (patch) | |
tree | b83adc0057b9c372489a47c578302632161121de | |
parent | 5e1bad50b740b09d3b8bdd76b89ae4af43b12bfe (diff) | |
download | hyperfi-1cb47e8c635f45ed66cd86a5640ceb11d0b39719.tar.lz hyperfi-1cb47e8c635f45ed66cd86a5640ceb11d0b39719.tar.xz hyperfi-1cb47e8c635f45ed66cd86a5640ceb11d0b39719.zip |
Add editor choice feature
-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 } |