This repository has been archived on 2024-12-15. You can view files and clone it, but cannot push or open issues or pull requests.
home-manager/.envrc

9 lines
106 B
Plaintext

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