Skip to content

Commit

Permalink
update settings
Browse files Browse the repository at this point in the history
  • Loading branch information
sugyan committed Dec 24, 2015
1 parent f1956f9 commit 7748e0e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .emacs.d/inits/cocoa-emacs-00-env.el
@@ -1,7 +1,11 @@
;;; environment variables
;;; cocoa-emacs-00-env.el --- environment variables
;;; Commentary:

;;; Code:
(require 'exec-path-from-shell)
(custom-set-variables
'(exec-path-from-shell-variables '("PATH" "MANPATH" "GOPATH")))
(setenv "SHELL" (executable-find "zsh"))
(exec-path-from-shell-initialize)

;;; cocoa-emacs-00-env.el ends here
1 change: 1 addition & 0 deletions .zshenv
@@ -1,6 +1,7 @@
# make unique 'path'
typeset -U path
# add "$HOME/local/bin" to head
path=(/usr/local/bin(N) $path)
path=($HOME/local/bin(N) $path)
path=($HOME/.bin(N) $path)

Expand Down

0 comments on commit 7748e0e

Please sign in to comment.