mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-04-23 18:33:36 +00:00
7 lines
134 B
Bash
7 lines
134 B
Bash
#!/usr/bin/env zsh
|
|
|
|
_BALENA_COMPLETION_DIR=$(builtin cd -q "`dirname "$0"`" > /dev/null && pwd)
|
|
fpath+=$_BALENA_COMPLETION_DIR/zsh/
|
|
|
|
|