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

PATH_add ./target/debug
PATH_add ./target/release

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