To install add to ~/.config/fish/functions/
. This can be done manually or via curl -o ~/.config/fish/functions/fastlane.fish https://gist.githubusercontent.com/JosephDuffy/596821c21b6810dd0c82639b1c6b8a64/raw/fastlane.fish
This function has 2 primary advantages:
- No need to remember to type
bundle exec
beforefastlane
commands - Autocomplete will work when installed via
fastlane enable_auto_complete
Disclamer: My fish scripting skills aren't exactly 💯. If you have any suggestions for improvements please tweet them at me!