allow arguments in EDITOR env in zsh rosed
This commit is contained in:
parent
fb6c2c79b9
commit
8b7dc3cc41
|
@ -249,7 +249,7 @@ function rosed {
|
|||
if [[ -z $EDITOR ]]; then
|
||||
vim ${arg}
|
||||
else
|
||||
$EDITOR ${arg}
|
||||
eval $EDITOR ${arg}
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue