auto colorscheme for kakoune

This commit is contained in:
Michael Chalupiak
2025-11-14 12:54:18 -05:00
parent 16169fbab4
commit 458a2dd1d6
8 changed files with 45 additions and 2656 deletions

View File

@@ -139,10 +139,10 @@ 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'
export EDITOR='nvim'
# fi
if [ -z "$EDITOR" ]; then
export EDITOR=kak
# export EDITOR='nvim'
fi
if [ -f ~/.bash_aliases ]; then
. ~/.bash_aliases