dotfiles/shell/profile.d/pyv.sh
2025-01-04 23:48:12 -06:00

7 lines
140 B
Bash

#!/usr/bin/env bash
for f in pyv pyv_comp.bash ; do
if [ -f ~/.local/share/pyv/$f ] ; then
. ~/.local/share/pyv/$f
fi
done