6 lines
69 B
Bash
6 lines
69 B
Bash
if on_git_branch; then
|
|
git pull
|
|
fi
|
|
|
|
watch_file shell.nix
|
|
use flake
|