From: Andre Ramnitz Date: Tue, 29 Apr 2025 11:45:09 +0000 (+0200) Subject: bash: don't mess with kak sessions by default X-Git-Url: https://git.ramnitz.eu/?a=commitdiff_plain;h=b58fe4013ccb39a9dce1520cba905dba7f49b5bc;p=dotfiles.git bash: don't mess with kak sessions by default --- diff --git a/dot-bash_profile b/dot-bash_profile index 6d81ea9f..0001bf38 100644 --- a/dot-bash_profile +++ b/dot-bash_profile @@ -3,8 +3,8 @@ # /etc/skel/.bash_profile export PATH="$PATH:$HOME/Applications:$HOME/go/bin:$HOME/.cargo/bin:/opt/android-sdk/platform-tools:$HOME/.local/bin" -export EDITOR="kks edit" -export VISUAL="kks edit" +export EDITOR="kak" +export VISUAL="kak" export KKS_DEFAULT_SESSION='default' export KKS_USE_GITDIR_SESSIONS=1 diff --git a/dot-bashrc b/dot-bashrc index 60774959..8d759537 100644 --- a/dot-bashrc +++ b/dot-bashrc @@ -45,7 +45,8 @@ esac alias emergelog='sudo cat /var/log/emerge.log | grep "started\|completed\|exiting"' -alias k='kks edit' +alias k='kak' +alias kek='kks edit' alias ka='kks attach' alias kcd='cd $(kks get %sh{pwd})' alias kkd='kks kill; unset KKS_SESSION KKS_CLIENT'