Files
dotfiles/dot_bash_it/completion/available/pew.completion.bash
2022-05-05 22:20:02 +02:00

7 lines
86 B
Bash

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