diff options
| author | jao <jao@gnu.org> | 2025-10-26 01:20:14 +0100 |
|---|---|---|
| committer | jao <jao@gnu.org> | 2025-10-26 01:20:14 +0100 |
| commit | a1458e1102b0c2a9a33217aff4ff4d53169ad417 (patch) | |
| tree | 78c43c766664bbc8d8f2d36e29bd5feff1b114dd | |
| parent | 4b31890749764fc53089b0856e360a1dfba25e6e (diff) | |
| download | elibs-a1458e1102b0c2a9a33217aff4ff4d53169ad417.tar.gz elibs-a1458e1102b0c2a9a33217aff4ff4d53169ad417.tar.bz2 | |
mac nits
| -rw-r--r-- | custom/jao-custom-mac.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/custom/jao-custom-mac.el b/custom/jao-custom-mac.el index 05c5c4b..d5ebc2e 100644 --- a/custom/jao-custom-mac.el +++ b/custom/jao-custom-mac.el @@ -1,4 +1,4 @@ -;;; jao-custom-brew.el --- Setup for mac env -*- lexical-binding: t; -*- +;;; jao-custom-mac.el --- Setup for mac env -*- lexical-binding: t; -*- (setenv "HOMEBREW_PREFIX" "/opt/homebrew") (setenv "HOMEBREW_CELLAR" "/opt/hombrew/Cellar") @@ -13,6 +13,8 @@ "/opt/homebrew/sbin" "/opt/homebrew/bin" "~/.local/bin" + "~/.cabal/bin" + "~/.cargo/bin" "/Library/TeX/texbin")) (jao-exec-path p)) |
