repotool/repotool.plugin.zsh

5 lines
131 B
Bash
Raw Permalink Normal View History

2024-05-02 00:43:43 +00:00
#!/usr/bin/env zsh
[[ -z "$REPOTOOL_PATH" ]] && export REPOTOOL_PATH="$HOME/repo"
alias repo=". $REPOTOOL_PATH/.bin/repotool.zsh"