mirror of https://github.com/ArduPilot/ardupilot
6 lines
125 B
Bash
6 lines
125 B
Bash
|
#!/usr/bin/env zsh
|
||
|
|
||
|
_AP_COMPLETION_DIR=$(builtin cd -q "`dirname "$0"`" > /dev/null && pwd)
|
||
|
fpath+=$_AP_COMPLETION_DIR/zsh/
|
||
|
|