diff options
| -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)) |
