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

use flake

PATH_add ./scripts/

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