Switch editor to neovim

This commit is contained in:
ItsDrike 2021-05-11 15:44:09 +02:00
parent ca8a9ed1ec
commit 99b23bfcc6
No known key found for this signature in database
GPG key ID: B5F6B41F708C3ADD

View file

@ -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