Skip to content

Instantly share code, notes, and snippets.

@musha68k
Forked from dustinblackman/init.coffee
Last active November 28, 2015 18:33
Embed
What would you like to do?
Load env variables from ZSH for Atom
# the shotgun way..
exec = require('child_process').exec
exec('source ~/.zshrc')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment