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"