fixed kakoune, font update

This commit is contained in:
Michael Chalupiak
2025-03-19 22:41:31 -04:00
parent ff3daf700c
commit 95f7180b5f
7 changed files with 25 additions and 17 deletions

View File

@@ -15,3 +15,6 @@ export PATH="$PATH:/home/mikec/.local/share/JetBrains/Toolbox/scripts"
# This section can be safely removed at any time if needed.
test -r '/home/mikec/.opam/opam-init/init.sh' && . '/home/mikec/.opam/opam-init/init.sh' > /dev/null 2> /dev/null || true
# END opam configuration
if [ -z "$DISPLAY" ] && [ "$(tty)" = "/dev/tty1" ]; then
exec river
fi