1
0
forked from a/repotool
repotool/shell/repotool.plugin.zsh
2025-06-30 20:24:21 -05:00

5 lines
133 B
Bash
Executable File

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