@seydx/fix-path
TypeScript icon, indicating that this package has built-in type declarations

3.0.1 • Public • Published

fix-path Build Status

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

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

Install

$ npm install fix-path

Usage

const fixPath = require('fix-path');

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

fixPath();

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

Related

Package Sidebar

Install

npm i @seydx/fix-path

Weekly Downloads

26

Version

3.0.1

License

MIT

Unpacked Size

3.25 kB

Total Files

5

Last publish

Collaborators

  • seydx