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

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

# vim: ft=sh