blob: 3db39e6bf4d4e497afbfe306a2ba5a9085b947e1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
#!/usr/bin/env sh
use flake || use nix
watch_file flake.nix
PATH_add ./scripts
if on_git_branch; then
echo && git status --short --branch &&
echo && git fetch --verbose
fi
|