upower/contrib/setup
2025-01-08 16:54:58 +08:00

10 lines
160 B
Bash
Executable file

#!/usr/bin/env -S bash -e
#set up local repository
setup_git()
{
echo "Configuring git environment"
git config include.path ../.gitconfig
}
setup_git