From 12a34cfee086b9bc373657df409b3d5bec093dde Mon Sep 17 00:00:00 2001 From: Andre Ramnitz Date: Wed, 8 Apr 2026 16:26:09 +0200 Subject: [PATCH] bash: clean-up config --- dot-bash_profile | 1 - dot-bashrc | 3 +-- dot-profile | 11 ----------- 3 files changed, 1 insertion(+), 14 deletions(-) diff --git a/dot-bash_profile b/dot-bash_profile index 9cba21a9..650effbd 100644 --- a/dot-bash_profile +++ b/dot-bash_profile @@ -23,7 +23,6 @@ export FZF_DEFAULT_OPTS='--layout=reverse --border=rounded --multi' export XZ_OPT='--threads=16' export ZSTD_NBTHREADS="28" -export VDPAU_DRIVER=radeonsi export GTK_USE_PORTAL=1 export XDG_MENU_PREFIX=plasma- diff --git a/dot-bashrc b/dot-bashrc index 2414d514..abb2822d 100644 --- a/dot-bashrc +++ b/dot-bashrc @@ -49,8 +49,7 @@ esac alias emergelog='sudo cat /var/log/emerge.log | grep "started\|completed\|exiting"' -alias k='kak' -alias kek='kks edit' +alias kk='kks edit' alias ka='kks attach' alias kcd='cd $(kks get %sh{pwd})' alias kkd='kks kill; unset KKS_SESSION KKS_CLIENT' diff --git a/dot-profile b/dot-profile index c3a213a8..b7c42c49 100644 --- a/dot-profile +++ b/dot-profile @@ -25,17 +25,6 @@ test -z "$PROFILEREAD" && . /etc/profile || true # echo #fi -# keep it here, just in case... -if [ -z "$XDG_RUNTIME_DIR" ]; then - XDG_RUNTIME_DIR="/tmp/$(id -u)-runtime-dir" - mkdir -pm 0700 "$XDG_RUNTIME_DIR" - export XDG_RUNTIME_DIR -fi - -if [ -z "$XDG_SESSION_BUS_ADDRESS" ]; then - export DBUS_SESSION_BUS_ADDRESS="unix:path=${XDG_RUNTIME_DIR}/bus" -fi - export SDL_JOYSTICK_HIDAPI=0 export PATH="${PATH}:$HOME/node_modules/.bin" -- 2.53.0