mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-04-19 01:32:27 +00:00
Switch editor to neovim
This commit is contained in:
parent
ca8a9ed1ec
commit
99b23bfcc6
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# Environmental variables
|
# Environmental variables
|
||||||
export EDITOR=vim
|
export EDITOR=nvim
|
||||||
export PIPENV_VENV_IN_PROJECT=1 # Force pipenv to create new environments within projects ./.venv
|
export PIPENV_VENV_IN_PROJECT=1 # Force pipenv to create new environments within projects ./.venv
|
||||||
export GPG_TTY=${tty}
|
export GPG_TTY=${tty}
|
||||||
export LESS_TERMCAP_md="${yellow}" # Highlight section titles in manual pages
|
export LESS_TERMCAP_md="${yellow}" # Highlight section titles in manual pages
|
||||||
|
|
Loading…
Add table
Reference in a new issue