Setup more PATH stuff in init.el
This commit is contained in:
8
init.el
8
init.el
@@ -4,8 +4,12 @@
|
|||||||
(require 'cl-lib)
|
(require 'cl-lib)
|
||||||
(require 'xdg)
|
(require 'xdg)
|
||||||
|
|
||||||
;; Add to path
|
;; Setup PATH
|
||||||
(add-to-list 'exec-path (expand-file-name "~/.local/bin"))
|
(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
|
;; Some other config files
|
||||||
(cl-eval-when (compile load eval)
|
(cl-eval-when (compile load eval)
|
||||||
|
|||||||
Reference in New Issue
Block a user