From 7c957d52fa805592ff66265bb6db16b48a312de1 Mon Sep 17 00:00:00 2001 From: Marc Coquand Date: Thu, 16 May 2024 08:56:00 -0500 Subject: Switch to Kak --- profile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'profile') diff --git a/profile b/profile index 4a3b13d..985a4d0 100644 --- a/profile +++ b/profile @@ -1,7 +1,7 @@ if [ -e /home/mccd/.nix-profile/etc/profile.d/nix.sh ]; then . /home/mccd/.nix-profile/etc/profile.d/nix.sh; fi # added by Nix installer export LIBSEAT_BACKEND=logind -export EDITOR="mg -n" +export EDITOR="kak" export TERM="linux" export TERMINAL="foot" export GDK_DPI_SCALE="1.5" @@ -18,8 +18,6 @@ export PATH=${PATH}:~/.local/bin export ENV=$HOME/.kshrc export HISTFILE=$HOME/.history export HISTSIZE=65535 -eval "$(direnv export bash)" -emacs --daemon if [ "$(tty)" == "/dev/tty1" ]; then exec dbus-run-session hikari; fi -- cgit v1.2.3