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
+3 -1
View File
@@ -1,3 +1,5 @@
#!/bin/env bash
[[ -f "/dev/shm/bash/$BASHPID/onprompt" ]] && source "/dev/shm/bash/$BASHPID/onprompt"
if [[ -f "/dev/shm/bash/$BASHPID/onprompt" ]]; then
source "/dev/shm/bash/$BASHPID/onprompt"
fi
history -a