Make Atom work (I don't know why)

This commit is contained in:
Max Bucknell 2015-03-09 13:20:03 +00:00
parent b02fb749a6
commit f2df13f049

View file

@ -13,6 +13,9 @@ set PATH ~/.config/bin $PATH
# Composer (PHP)
set PATH ~/.composer/vendor/bin $PATH
# Atom
set PATH $PATH /opt/homebrew-cask/Caskroom/atom/latest/Atom.app/Contents/Resources/app/apm/node_modules/atom-package-manager/bin/apm
# DYLD_LIBRARY_PATH (Rust asked for this)
set DYLD_LIBRARY_PATH "/usr/local/lib" "$DYLD_LIBRARY_PATH"