changing editor back to vim
This commit is contained in:
parent
4cc9ec8206
commit
3e1f37b045
1 changed files with 2 additions and 2 deletions
|
@ -10,8 +10,8 @@
|
||||||
|
|
||||||
|
|
||||||
# Set some defaults.
|
# Set some defaults.
|
||||||
export EDITOR="emacsclient -t"
|
export EDITOR="nvim"
|
||||||
export VISUAL="emacsclient -c -a emacs"
|
export VISUAL="nvim"
|
||||||
export ALTERNATE_EDITOR=""
|
export ALTERNATE_EDITOR=""
|
||||||
export PATH=".:~/bin:~/.local/bin:/usr/games:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin"
|
export PATH=".:~/bin:~/.local/bin:/usr/games:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin"
|
||||||
export LSCOLORS="ExGxBxDxCxEgEdxbxgxcxd"
|
export LSCOLORS="ExGxBxDxCxEgEdxbxgxcxd"
|
||||||
|
|
Loading…
Reference in a new issue