about summary refs log tree commit diff stats
path: root/.envrc
blob: a9c7e4eaf2cd40331290188b59ab799e0da98e85 (plain) (blame)
1
2
3
4
5
use flake
if on_git_branch; then
  echo && git status --short --branch &&
  echo && git fetch --verbose
fi