Skip to content

Instantly share code, notes, and snippets.

@knjname
Created December 11, 2012 14:11
Show Gist options
  • Select an option

  • Save knjname/4258847 to your computer and use it in GitHub Desktop.

Select an option

Save knjname/4258847 to your computer and use it in GitHub Desktop.
(unless (getenv "TERM_PROGRAM")
(progn
(setenv "PATH" (shell-command-to-string "source $HOME/.bashrc && printf $PATH"))
))
(setq exec-path (append exec-path (split-string (getenv "PATH") ":")))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment