mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2026-01-29 09:23:02 +01:00
nvim: enforce as default if installed
This commit is contained in:
parent
b526c1cc90
commit
0ca8701d46
2 changed files with 10 additions and 4 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
export EDITOR=vim
|
||||
export VISUAL=vim
|
||||
export EDITOR=nvim
|
||||
export VISUAL=nvim
|
||||
export BROWSER=firefox
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue