onos/tools/dev/zprofile
Rohan Tibrewal 5ec5000d37 Add zprofile for zsh users conveniences
Change-Id: Id9d2dd3706f760005b7108e57dd9892f4736b1ab
2019-07-03 22:50:40 +00:00

12 lines
284 B
Bash

#!/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