From dc5e804265252b337bb7a57ceeeb5efeb6dcfd3c Mon Sep 17 00:00:00 2001 From: Michel Date: Thu, 28 Sep 2023 15:53:55 +0200 Subject: [PATCH] feat(zsh): remove vi alias (use symlink instead) --- .zshrc | 1 - 1 file changed, 1 deletion(-) diff --git a/.zshrc b/.zshrc index 04ecf74..f8eac79 100644 --- a/.zshrc +++ b/.zshrc @@ -223,7 +223,6 @@ compdef hg=rg # # To choose an existing instance for nvr, use: # `export NVIM=$(nvr --serverlist | fzf --exit-0 --select-1) && echo $NVIM` -alias vi='nvim' # Debian Specific: