Set editor correctly
This commit is contained in:
parent
4d30286eb6
commit
4d2c03721b
2 changed files with 4 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
[core]
|
[core]
|
||||||
excludesfile = ~/.gitignore
|
excludesfile = ~/.gitignore
|
||||||
editor = vim
|
editor = /usr/local/bin/nvim
|
||||||
autocrlf = input
|
autocrlf = input
|
||||||
fileMode = false
|
fileMode = false
|
||||||
|
|
||||||
|
|
|
@ -79,6 +79,9 @@ ZSH_HIGHLIGHT_STYLES[back-double-quoted-argument]='none'
|
||||||
ZSH_HIGHLIGHT_STYLES[assign]='none'
|
ZSH_HIGHLIGHT_STYLES[assign]='none'
|
||||||
ZSH_HIGHLIGHT_STYLES[default]='none'
|
ZSH_HIGHLIGHT_STYLES[default]='none'
|
||||||
|
|
||||||
|
# Set editor
|
||||||
|
export EDITOR="/usr/local/bin/nvim"
|
||||||
|
|
||||||
# Get the first part of the hostname
|
# Get the first part of the hostname
|
||||||
#
|
#
|
||||||
# Sometimes they have dots in them, I'm not partial to that.
|
# Sometimes they have dots in them, I'm not partial to that.
|
||||||
|
|
Loading…
Add table
Reference in a new issue