7 lines
128 B
Bash
7 lines
128 B
Bash
if on_git_branch; then
|
|
echo && git status --short --branch &&
|
|
echo && git pull --verbose
|
|
fi
|
|
|
|
watch_file shell.nix
|
|
use flake
|