summary refs log tree commit diff stats
path: root/.envrc
blob: 3bc108574d060ddab5d3a890ac41e1e92b2cb6e1 (plain) (blame)
1
2
3
4
5
6
7
8
9
use flake || use nix
watch_file flake.nix

PATH_add ./scripts

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