dotfiles

Settings and scripts
git clone git://git.konyahin.xyz/dotfiles
Log | Files | Refs | LICENSE

commit 72ed07ef1cf4a4042e408aa792b5dd2ba5312b1f
parent 2f4afe98bc8d8cad5c21d337bdbef90152a7f58e
Author: Anton Konyahin <me@konyahin.xyz>
Date:   Wed, 31 May 2023 20:24:54 +0300

sh: kakoune as my terminal editor

Diffstat:
Msh/.config/ksh/kshrc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sh/.config/ksh/kshrc b/sh/.config/ksh/kshrc @@ -8,7 +8,7 @@ export LANGUAGE=ru_RU.UTF-8 export NAME='Anton Konyahin' export EMAIL='me@konyahin.xyz' -export EDITOR='emacsclient -t' +export EDITOR='kak' export ALTERNATE_EDITOR='emacs -nw' export PAGER=less export BROWSER=open