Moved path variables to single-source-of-truth

This commit is contained in:
2026-02-18 15:45:02 +00:00
parent 02e1560abc
commit b9be5b146c
5 changed files with 24 additions and 33 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ $env.PATH = (
$env.PATH
| split row (char esep)
| append (
open ($env.FILE_PWD | path join "path.env")
open ($env.XDG_CONFIG_HOME | path join "path.env")
| from csv --noheaders --trim all
| get "column0"
| path expand --no-symlink
-7
View File
@@ -1,7 +0,0 @@
~/.local/bin
~/.cargo/bin
~/.poetry/bin
~/.ghcup/bin
~/.nix-profile/bin
/nix/var/nix/profiles/default/bin
/opt/miniconda3/bin