Created
September 3, 2014 09:32
-
-
Save intinig/6eee88239dc45037d4ac to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(if (not (getenv "TERM_PROGRAM")) | |
(progn (setenv "PATH" | |
(shell-command-to-string "source $HOME/.bash_profile && printf $PATH")) | |
(setenv "RIOT_GAMES_API_KEY" | |
(shell-command-to-string "source $HOME/.bash_profile && printf $RIOT_GAMES_API_KEY")) | |
(setenv "RIOT_GAMES_NEW_KEY" | |
(shell-command-to-string "source $HOME/.bash_profile && printf $RIOT_GAMES_NEW_KEY")))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See my fork