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

use flake

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