From f986c964a6d997f4a5cd064f111fa1112f617005 Mon Sep 17 00:00:00 2001 From: Soispha Date: Wed, 7 Feb 2024 20:55:02 +0100 Subject: build(.envrc): Set the CDPATH This makes it possible to just run `cd comments` to cd into `./sys/nixpkgs/pkgs/comments`. --- .envrc | 2 ++ 1 file changed, 2 insertions(+) (limited to '.envrc') diff --git a/.envrc b/.envrc index a9c7e4ea..4fa6f2af 100644 --- a/.envrc +++ b/.envrc @@ -3,3 +3,5 @@ if on_git_branch; then echo && git status --short --branch && echo && git fetch --verbose fi + +export CDPATH="./sys/nixpkgs/pkgs/" -- cgit 1.4.1