home-manager/.envrc

8 lines
106 B
Bash

use flake .nix
if on_git_branch; then
echo
git status --short --branch
echo
git fetch
fi