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

change EDITOR to kak

This commit is contained in:
Luna 2020-09-24 20:26:05 +02:00
parent 099f2f2e88
commit 4006894665
No known key found for this signature in database
GPG key ID: 05246084ED6DAD21

2
.zshrc
View file

@ -9,7 +9,7 @@ source $ZSH/oh-my-zsh.sh
plugins=(git docker virtualenv)
export EDITOR=vim
export EDITOR=kak
export JAVA_HOME=
for f in $OTHER/*.zsh; do