bath update

This commit is contained in:
2026-08-18 15:57:16 +02:00
parent a9bd70c482
commit 3344ba2ad0
17 changed files with 91 additions and 218 deletions
+3 -1
View File
@@ -2,4 +2,6 @@
if [[ -f "/dev/shm/bash/$BASHPID/onpostgit" ]]; then
source "/dev/shm/bash/$BASHPID/onpostgit"
fi
git
# not-interactine, not-redirecting, not-pipe
[[ "$-" != *i* || ! -t 0 || ! -t 1 || -p /dev/stdin ]] && return
git-i