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

export CDPATH="./sys/nixpkgs/pkgs/"