diff --git a/config/.bashrc b/config/.bashrc index 4f0890b..d7cb38b 100644 --- a/config/.bashrc +++ b/config/.bashrc @@ -131,9 +131,9 @@ alias zf='z $(flirt)' # You may want to put all your additions into a separate file like # ~/.bash_aliases, instead of adding them here directly. # See /usr/share/doc/bash-doc/examples in the bash-doc package. -# if [ -z "$EDITOR" ]; then -export EDITOR='kak' -# fi +if [ -z "$EDITOR" ]; then + export EDITOR='kak' +fi if [ -f ~/.bash_aliases ]; then . ~/.bash_aliases