blob: cb5a15da0da1f574a464a76d9458357792013c89 [file] [log] [blame]
Travis Swicegood8f0d0422014-04-05 09:17:59 -05001#!/usr/bin/env bash
2which register-python-argcomplete > /dev/null \
3 && eval "$(register-python-argcomplete conda)" \
4 || echo "Please install argcomplete to use conda completion"