Mainly bash refact

This commit is contained in:
2026-07-06 20:37:06 +02:00
parent 478053d6be
commit 2325bc8971
36 changed files with 284 additions and 2712 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/usr/bin/env bash
[[ "$-" != *i* ]] && return
[[ ! "$(readlink -f /proc/$PPID/exe)" =~ "konsole" ]] && return
[[ ! -x "$(command -v tmux 2>/dev/null)" || -z "$DISPLAY" || -n "$TMUX" ]] && return
tmux new-session -A -s tmux