From 43876ca9b1ea58f4d8356832ab7ebf0b49f69b42 Mon Sep 17 00:00:00 2001 From: Christophe Robillard Date: Tue, 18 Feb 2025 20:09:40 +0100 Subject: [PATCH] [zsh] alias vi as nvim --- dotfiles/zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dotfiles/zshrc b/dotfiles/zshrc index 6917b63..99e84e1 100644 --- a/dotfiles/zshrc +++ b/dotfiles/zshrc @@ -15,3 +15,5 @@ fi PATH=$HOME/.rbenv/bin:$HOME/.rbenv/shims:$PATH EDITOR=nvim + +alias vi=nvim