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