From 99b23bfcc6812190bcb2752a295ec9098a4a851c Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Tue, 11 May 2021 15:44:09 +0200 Subject: [PATCH] Switch editor to neovim --- home/.config/sh/environ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/.config/sh/environ b/home/.config/sh/environ index b472da3..24d0d66 100755 --- a/home/.config/sh/environ +++ b/home/.config/sh/environ @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Environmental variables -export EDITOR=vim +export EDITOR=nvim export PIPENV_VENV_IN_PROJECT=1 # Force pipenv to create new environments within projects ./.venv export GPG_TTY=${tty} export LESS_TERMCAP_md="${yellow}" # Highlight section titles in manual pages