Files
dotfiles/.bash/hooks/onpostgit
T
2026-07-06 20:37:06 +02:00

6 lines
120 B
Bash
Executable File

#!/bin/env bash
if [[ -f "/dev/shm/bash/$BASHPID/onpostgit" ]]; then
source "/dev/shm/bash/$BASHPID/onpostgit"
fi
git