]> Freerunner's - dotfiles.git/commitdiff
bash: clean-up config
authorAndre Ramnitz <tux.rising@gmail.com>
Wed, 8 Apr 2026 14:26:09 +0000 (16:26 +0200)
committerAndre Ramnitz <tux.rising@gmail.com>
Wed, 8 Apr 2026 14:50:03 +0000 (16:50 +0200)
dot-bash_profile
dot-bashrc
dot-profile

index 9cba21a900b203962cea67d550d1848828968b02..650effbdd7a9137ecbc9e945229e71aec47f9db1 100644 (file)
@@ -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-
 
index 2414d514b81e9334deca394c700b908c40d1e334..abb2822d4f15ffd4c71731a65142c97d7b1352ce 100644 (file)
@@ -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'
index c3a213a87b27899fbce1b7053c3ea737757d07e9..b7c42c49e75d1c1dd33438726abf80770e09b441 100644 (file)
@@ -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"