about summary refs log tree commit diff stats
path: root/.envrc
blob: 0f36b0a938f599722e96ccf62d81e7a0151d77b7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#! /usr/bin/env sh

use flake || use nix
watch_file flake.nix

PATH_add ./scripts

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