From 29cda32750a7c7801a7471074cb6b1301bf2e860 Mon Sep 17 00:00:00 2001 From: Anthony Rose Date: Tue, 17 Dec 2024 13:14:25 +0000 Subject: [PATCH] Add missing 'then' --- roles/home-cli/files/profile | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/home-cli/files/profile b/roles/home-cli/files/profile index 787c672..cb40b99 100644 --- a/roles/home-cli/files/profile +++ b/roles/home-cli/files/profile @@ -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