mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
Switch editor to neovim
This commit is contained in:
parent
ca8a9ed1ec
commit
99b23bfcc6
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue