Files
bash-it/completion/available/pew.completion.bash
2021-09-19 21:58:48 -07:00

7 lines
86 B
Bash

# shellcheck shell=bash
if _command_exists pew
then
source "$(pew shell_config)"
fi