Skip to content
This repository has been archived by the owner on May 21, 2019. It is now read-only.

Commit

Permalink
Add /usr/local/bin to path.
Browse files Browse the repository at this point in the history
  • Loading branch information
vlad-shatskyi committed Sep 25, 2017
1 parent d1f7a2b commit 51c9a3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/views/Main.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import {handleUserEvent} from "./keyevents/Keybindings";

process.env.PATH = "/usr/local/bin:" + process.env.PATH;
process.env.NODE_ENV = process.env.NODE_ENV || "production";
process.env.LANG = process.env.LANG || "en_US.UTF-8";
process.env.COLORTERM = "truecolor";
Expand Down

0 comments on commit 51c9a3d

Please sign in to comment.