From db2b6142a2c7ab4ffcf2405a701fa996c87b729d Mon Sep 17 00:00:00 2001 From: John Mertz Date: Tue, 30 Jan 2024 20:23:56 -0700 Subject: [PATCH] Use whatever nvim is in $PATH --- bash/bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash/bashrc b/bash/bashrc index f74763ceb..6212c15d7 100644 --- a/bash/bashrc +++ b/bash/bashrc @@ -11,7 +11,7 @@ export GDK_BACKEND="wayland" export DCONF=".config/dconf/user" # Setup editor -export EDITOR="${HOME}/.dotfiles/nix/bin/nvim" +export EDITOR="nvim" # If not running interactively, don't do anything case $- in