1
0
Fork 0
mirror of https://gitlab.com/mlunax/dotfiles.git synced 2025-04-18 16:26:50 +00:00

change default editor

This commit is contained in:
Luna 2021-05-10 01:19:13 +02:00
parent 79ed9c7101
commit a05961aba4
No known key found for this signature in database
GPG key ID: DE9E9D23CD19A149

2
.zshrc
View file

@ -14,7 +14,7 @@ source $OTHER/powerlevel_settings.sh
plugins=(git docker docker-compose virtualenv)
export EDITOR=kak
export EDITOR=nvim
#export JAVA_HOME=
export SSH_AUTH_SOCK="${XDG_RUNTIME_DIR}/ssh-agent.socket"