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