Setup more PATH stuff in init.el

This commit is contained in:
2026-04-08 15:03:06 -07:00
parent 957e38635e
commit f3357e1a36

View File

@@ -4,8 +4,12 @@
(require 'cl-lib)
(require 'xdg)
;; Add to path
(add-to-list 'exec-path (expand-file-name "~/.local/bin"))
;; Setup PATH
(dolist (file '("/usr/local/sbin" "~/.local/bin" "~/.ghcup/bin"
"/usr/bin/site_perl" "/usr/bin/vendor_perl"
"/usr/bin/core_perl"))
(add-to-list 'exec-path (directory-file-name
(expand-file-name file))))
;; Some other config files
(cl-eval-when (compile load eval)