0

I have emacs bound to Ctrl-Alt E. I also have some environment variables exported in ~/.bashrc. When running M-x getenv, I get different environment variables not defined in ~/.bashrc

Kevin
  • 97
  • 9

1 Answers1

0

~/.bashrc is normally only sourced for interactive shells. Put your variables in ~/.bash_profile or ~/.profile.

jpkotta
  • 9,237
  • 3
  • 29
  • 34