Make Atom work (I don't know why)
This commit is contained in:
parent
b02fb749a6
commit
f2df13f049
1 changed files with 3 additions and 0 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue