diff options
author | Marc Coquand <marc@mccd.space> | 2024-05-16 08:56:00 -0500 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-05-16 08:56:00 -0500 |
commit | 7c957d52fa805592ff66265bb6db16b48a312de1 (patch) | |
tree | d2449f80d654164bc3de4c967a9498412eea51b0 /profile | |
parent | dbd597cbfef7d673e209e1be87d20a293a52e874 (diff) | |
download | rcm-7c957d52fa805592ff66265bb6db16b48a312de1.tar.gz rcm-7c957d52fa805592ff66265bb6db16b48a312de1.tar.bz2 rcm-7c957d52fa805592ff66265bb6db16b48a312de1.zip |
Switch to Kak
Diffstat (limited to 'profile')
-rw-r--r-- | profile | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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 |