diff options
Diffstat (limited to '.zprofile')
-rw-r--r-- | .zprofile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.zprofile b/.zprofile new file mode 100644 index 0000000..1383a43 --- /dev/null +++ b/.zprofile @@ -0,0 +1 @@ +export PATH="$PATH:$HOME/bin:$HOME/.rust:$ONOS_ROOT/tools/build:$ONOS_ROOT/tools/test/bin:$ONOS_ROOT/tools/dev/bin" |