blob: 5abd7b02d4a73ff2bf5d815f447ca961e87ed838 [file] [log] [blame]
#!/bin/zsh
# ONOS developer ZSH profile conveniences
# Simply include in your own .zshrc
# Root of the ONOS source tree
export ONOS_ROOT=${ONOS_ROOT:-~/onos}
# Load bash_profile such that tab completion works
autoload bashcompinit
bashcompinit
. ${ONOS_ROOT}/tools/dev/bash_profile