Add missing 'then'

This commit is contained in:
Anthony Rose 2024-12-17 13:14:25 +00:00
parent 5e5fcdfa14
commit 29cda32750

View file

@ -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