mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
Let nvim be the default editor by way of its settings
This commit is contained in:
parent
122285931a
commit
b8f9caf6dd
2 changed files with 0 additions and 4 deletions
|
|
@ -1,8 +1,6 @@
|
||||||
alias ll='ls -G -l'
|
alias ll='ls -G -l'
|
||||||
alias ls='ls -G'
|
alias ls='ls -G'
|
||||||
|
|
||||||
export EDITOR='vim'
|
|
||||||
|
|
||||||
export PATH=$PATH:~/.nexustools
|
export PATH=$PATH:~/.nexustools
|
||||||
export PATH=$PATH:/Applications/Araxis\ Merge.app/Contents/Utilities
|
export PATH=$PATH:/Applications/Araxis\ Merge.app/Contents/Utilities
|
||||||
export PATH="/usr/local/opt/python/libexec/bin:$PATH"
|
export PATH="/usr/local/opt/python/libexec/bin:$PATH"
|
||||||
|
|
|
||||||
|
|
@ -175,8 +175,6 @@ if [[ `uname` != 'Linux' ]]; then
|
||||||
}
|
}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
export EDITOR='vim'
|
|
||||||
|
|
||||||
export GOPATH=$HOME/go
|
export GOPATH=$HOME/go
|
||||||
|
|
||||||
if [[ `uname` == 'Darwin' ]]; then
|
if [[ `uname` == 'Darwin' ]]; then
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue