8000 GitHub - sindresorhus/fix-path: Fix the $PATH on macOS and Linux when run from a GUI app
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

sindresorhus/fix-path

Repository files navigation

fix-path

Fix the $PATH on macOS and Linux when run from a GUI app

Useful for Electron apps as GUI apps on macOS and Linux do not inherit the $PATH defined in your dotfiles (.bashrc/.bash_profile/.zshrc/etc).

Install

$ npm install fix-path

Usage

import fixPath from 'fix-path';

console.log(process.env.PATH);
//=> '/usr/bin'

fixPath();

console.log(process.env.PATH);
//=> '/usr/local/bin:/usr/bin'

Related

About

Fix the $PATH on macOS and Linux when run from a GUI app

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  • 34EE
     
  •  
0