about summary refs log tree commit diff stats
path: root/templates/awk/.envrc
blob: 96eca6b054e25f47786f59ad48b6e4e023b53ee6 (plain) (blame)
1
2
3
4
5
6
7
use flake || use nix
watch_file flake.nix

if on_git_branch; then
  echo && git status --short --branch &&
  echo && git fetch --verbose
fi