Update vim config, change default editor
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
365a316cd4
commit
23312253dc
2 changed files with 2 additions and 2 deletions
|
@ -1 +1 @@
|
||||||
Subproject commit 5a813210b289d92bbf24c82d154f6e06b5acf16b
|
Subproject commit d5b1da9397038dbf42c285c51aa55a99b6b59aa8
|
|
@ -9,7 +9,7 @@ source $HOME/.zsh/go-binaries.sh
|
||||||
export PATH=$PATH:$HOME/.local/bin
|
export PATH=$PATH:$HOME/.local/bin
|
||||||
|
|
||||||
## Some default settings
|
## Some default settings
|
||||||
export EDITOR=/usr/bin/vim
|
export EDITOR=/usr/bin/nvim
|
||||||
export BROWSER=/bin/echo # enable usage of `hub browse` on remote machines
|
export BROWSER=/bin/echo # enable usage of `hub browse` on remote machines
|
||||||
export AUTOGOPATH_DEFAULT=$HOME/gocode
|
export AUTOGOPATH_DEFAULT=$HOME/gocode
|
||||||
export ANSIBLE_NOCOWS=1
|
export ANSIBLE_NOCOWS=1
|
||||||
|
|
Loading…
Reference in a new issue