mirror of
https://gitlab.com/mlunax/dotfiles.git
synced 2025-04-19 08:45:36 +00:00
change default editor
This commit is contained in:
parent
79ed9c7101
commit
a05961aba4
1 changed files with 1 additions and 1 deletions
2
.zshrc
2
.zshrc
|
@ -14,7 +14,7 @@ source $OTHER/powerlevel_settings.sh
|
||||||
plugins=(git docker docker-compose virtualenv)
|
plugins=(git docker docker-compose virtualenv)
|
||||||
|
|
||||||
|
|
||||||
export EDITOR=kak
|
export EDITOR=nvim
|
||||||
#export JAVA_HOME=
|
#export JAVA_HOME=
|
||||||
export SSH_AUTH_SOCK="${XDG_RUNTIME_DIR}/ssh-agent.socket"
|
export SSH_AUTH_SOCK="${XDG_RUNTIME_DIR}/ssh-agent.socket"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue