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