diff options
| author | Stanley Yip <33562077+yipstanley@users.noreply.github.com> | 2020-01-09 18:55:14 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-09 18:55:14 -0500 |
| commit | 29a1f1dae11e7208977faf0c17ec80b6bad97223 (patch) | |
| tree | 46204c2bdaa18cc352868b8d67450f8f2a1a3506 /.bash_profile | |
| parent | 6a45fd58601a2b03ed234f05b9b0a1b91d25a54d (diff) | |
| parent | eec70e08bf5fa5f3a0a4e3b07bdc05777f71d2ef (diff) | |
Merge pull request #329 from browngraphicslab/textbox_fawn_fix
rich text menu
Diffstat (limited to '.bash_profile')
| -rw-r--r-- | .bash_profile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.bash_profile b/.bash_profile new file mode 100644 index 000000000..d54c83f48 --- /dev/null +++ b/.bash_profile @@ -0,0 +1,3 @@ +export PATH="/usr/local/bin:$PATH" +export PATH="$PATH:/usr/local/mongodb/bin" + |
