From 382ebce9c39df0b7cff8019d8bed695d21c94191 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