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

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