repotool/repotool.plugin.zsh
2024-05-01 19:48:25 -05:00

5 lines
131 B
Bash
Executable File

#!/usr/bin/env zsh
[[ -z "$REPOTOOL_PATH" ]] && export REPOTOOL_PATH="$HOME/repo"
alias repo=". $REPOTOOL_PATH/.bin/repotool.zsh"