Rohan Tibrewal | 5ec5000 | 2019-07-03 13:35:15 -0700 | [diff] [blame] | 1 | #!/bin/zsh |
2 | # ONOS developer ZSH profile conveniences | ||||
3 | # Simply include in your own .zshrc | ||||
4 | |||||
5 | # Root of the ONOS source tree | ||||
6 | export ONOS_ROOT=${ONOS_ROOT:-~/onos} | ||||
7 | |||||
8 | # Load bash_profile such that tab completion works | ||||
9 | autoload bashcompinit | ||||
10 | bashcompinit | ||||
11 | . ${ONOS_ROOT}/tools/dev/bash_profile |