Update exec-path

This commit is contained in:
2026-05-01 04:19:17 -07:00
parent e8c518b094
commit 5ab643496b
+1 -1
View File
@@ -7,7 +7,7 @@
;; Setup PATH
(dolist (file '("/usr/local/sbin" "~/.local/bin" "~/.ghcup/bin"
"/usr/bin/site_perl" "/usr/bin/vendor_perl"
"/usr/bin/core_perl"))
"/usr/bin/core_perl" "/usr/share/pyenv/plugins/pyenv-virtualenv/shims"))
(add-to-list 'exec-path (directory-file-name
(expand-file-name file))))