repotool/fish-repotool/conf.d/repotool.fish

9 lines
250 B
Fish
Raw Normal View History

2025-07-01 22:07:16 +00:00
#!/usr/bin/env fish
# Set default REPOTOOL_PATH if not already set
if not set -q REPOTOOL_PATH
set -gx REPOTOOL_PATH "$HOME/repo"
end
# Create alias that sources the main repotool function
alias repo="source $REPOTOOL_PATH/.shell/repotool.fish"