Zed can't be EDITOR.
This commit is contained in:
parent
341846398a
commit
a6e61b5342
1 changed files with 0 additions and 1 deletions
|
@ -45,7 +45,6 @@ else
|
|||
export EDITOR=vi
|
||||
fi
|
||||
if [ $(command -v zed) ] && [ $(id -u) -ne 0 ]; then
|
||||
export EDITOR="zed -w"
|
||||
alias vim=zed
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue