diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-02-04 17:26:14 +0100 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-02-04 17:26:14 +0100 |
commit | 0010fc162995131b956052b667aaf21ae412fcaa (patch) | |
tree | 99172cbe8d471fe26734f4f593b375bf5c87f66a | |
parent | feat(src): add keys (diff) | |
download | pgp-wkd-0010fc162995131b956052b667aaf21ae412fcaa.zip |
build(.envrc): Stop fetching the remote on shell startup
Diffstat (limited to '')
-rw-r--r-- | .envrc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.envrc b/.envrc index 3bc1085..0f36b0a 100644 --- a/.envrc +++ b/.envrc @@ -1,9 +1,10 @@ +#! /usr/bin/env sh + use flake || use nix watch_file flake.nix PATH_add ./scripts if on_git_branch; then - echo && git status --short --branch && - echo && git fetch --verbose + echo && git status --short --branch fi |