diff options
| author | vellichora <fangrui_tong@brown.edu> | 2020-01-07 03:07:18 -0500 |
|---|---|---|
| committer | vellichora <fangrui_tong@brown.edu> | 2020-01-07 03:07:18 -0500 |
| commit | 80d4bf70cb8e29f15d8e51b1e0bd378a26d68fcf (patch) | |
| tree | 75d1a2dfd1afba84b25ad0c2e734cce68ff68f44 /.bash_profile | |
| parent | 5111eb546d9bcd6070ddbe8076f3389a37cd7081 (diff) | |
converted tool tip text menu to react component with basic marks and dropdown
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" + |
