summary refs log tree commit diff stats
path: root/.envrc
blob: 19a0dd1d5b30293e712a7ba02ad256c74fabbb57 (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 &&
        echo && git fetch --verbose
fi