diff options
author | Soispha <soispha@vhack.eu> | 2024-02-07 20:55:02 +0100 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2024-02-07 21:02:26 +0100 |
commit | f986c964a6d997f4a5cd064f111fa1112f617005 (patch) | |
tree | 369b058b75f85c510f3c975a7a00d9a83ddf81ce /.envrc | |
parent | feat(hm/pkgs/scrs): Add `mpc-fav` and `sort_song` (diff) | |
download | nixos-config-f986c964a6d997f4a5cd064f111fa1112f617005.tar.gz nixos-config-f986c964a6d997f4a5cd064f111fa1112f617005.zip |
build(.envrc): Set the CDPATH
This makes it possible to just run `cd comments` to cd into `./sys/nixpkgs/pkgs/comments`.
Diffstat (limited to '.envrc')
-rw-r--r-- | .envrc | 2 |
1 files changed, 2 insertions, 0 deletions
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/" |