mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
Update env.el for newer version of node.js
This commit is contained in:
4
env.el
4
env.el
@@ -8,5 +8,5 @@
|
||||
(setenv "PATH" (concat "~/.rbenv/shims:" (getenv "PATH")))
|
||||
|
||||
;; node.js
|
||||
(setq exec-path (cons "~/.nvm/v0.4.12/bin" exec-path))
|
||||
(setenv "PATH" (concat "~/.nvm/v0.4.12/bin:" (getenv "PATH")))
|
||||
(setq exec-path (cons "~/.nvm/v0.6.12/bin" exec-path))
|
||||
(setenv "PATH" (concat "~/.nvm/v0.6.12/bin:" (getenv "PATH")))
|
||||
|
||||
Reference in New Issue
Block a user