1 2 3 4 5 6 7
#!/usr/bin/env zsh if [ $(uname) = Darwin ]; then exec hx.nvim-copilot-prompt "$@" else exec hx.hexai-prompt "$@" fi