From af2dcf1752d01284ef8e7895ecab6d8b347f4202 Mon Sep 17 00:00:00 2001 From: Daniel de Cloet Date: Wed, 11 May 2022 09:30:00 +0200 Subject: [PATCH] Alias vim to nvim on macos --- templates/zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/zshrc b/templates/zshrc index dfc0cd7..5e9c0ae 100644 --- a/templates/zshrc +++ b/templates/zshrc @@ -199,6 +199,7 @@ export SUDO_ASKPASS=~/bin/askpass-rofi {%- endif %} export EDITOR="nvim" {%- if platform == "macos" %} +alias vim="nvim" export PATH="/usr/local/bin:$PATH" {%- endif %} export PATH="$PATH:/home/daniel/.yarn/bin"