merge error in bashrc

This commit is contained in:
Michael Chalupiak 2025-04-04 11:46:29 -04:00
parent 2a40065939
commit 3dd9b60f5f

View File

@ -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