Add Nix package manager's bin path to exec-path

This commit is contained in:
2015-07-31 12:18:18 +01:00
parent c0459c321d
commit b6fd922a7c

3
env.el
View File

@@ -1,2 +1,5 @@
;; Nix package manager
(push "~/.nix-profile/bin" exec-path)
;; Homebrew
(push "/usr/local/bin" exec-path)