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