Add missing 'then'
This commit is contained in:
parent
5e5fcdfa14
commit
29cda32750
1 changed files with 1 additions and 0 deletions
|
@ -213,6 +213,7 @@ then
|
|||
EDITOR="nvim -f"
|
||||
alias vi=nvim
|
||||
elif command -v io.neovim.nvim > /dev/null
|
||||
then
|
||||
EDITOR="io.neovim.nvim -f"
|
||||
alias vi=io.neovim.nvim
|
||||
elif command -v vim > /dev/null
|
||||
|
|
Loading…
Reference in a new issue