From b9e8d9b21f0d7ffce729daae57933ce051fadd19 Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Mon, 6 Feb 2023 21:25:48 +0000 Subject: [PATCH] Alias vim to vi --- 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 9d6d1c9..bf4f294 100644 --- a/roles/home-cli/files/profile +++ b/roles/home-cli/files/profile @@ -178,6 +178,7 @@ then alias vi=vim else export EDITOR=vi + alias vim=vi fi # Use root's cache instead of having one for root and one for the user.