This commit is contained in:
Ruben Di Battista 2026-01-20 05:12:03 -03:00 committed by GitHub
commit 2bd218b7f7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,10 @@
if type pew > /dev/null; then
# Use the completion already shipped by the python package
shell_config_path=$(dirname $(pew shell_config))
fpath+=$shell_config_path
compinit
else
echo "`pew` command seems to not exist. Check that it is available in your PATH"
fi