9 lines
106 B
Plaintext
9 lines
106 B
Plaintext
|
use flake .nix
|
||
|
|
||
|
if on_git_branch; then
|
||
|
echo
|
||
|
git status --short --branch
|
||
|
echo
|
||
|
git fetch
|
||
|
fi
|