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 '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)
|
||||
|
||||
Reference in New Issue
Block a user