From 672e92b58383c2252fddd461e3fb2f8fe3ccf2f2 Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Mon, 4 Mar 2024 20:44:20 +0000 Subject: [PATCH] Remove stray nvim aliases --- roles/home-cli/files/profile | 8 -------- 1 file changed, 8 deletions(-) diff --git a/roles/home-cli/files/profile b/roles/home-cli/files/profile index 805fa79..c3921ca 100644 --- a/roles/home-cli/files/profile +++ b/roles/home-cli/files/profile @@ -233,14 +233,6 @@ else fi export EDITOR -# Use nvim if installed. -if command -v nvim > /dev/null -then - export EDITOR="nvim -f" - alias vi=nvim - alias vim=nvim -fi - # Use root's cache instead of having one for root and one for the user. if [ "$(id -u)" -ne 0 ] && [ -x /usr/bin/dnf ] then