about summary refs log tree commit diff stats
path: root/.envrc
blob: c3043a569345b844cc9ee3217f37da003e5ad7fc (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/"