7 lines
86 B
Bash
7 lines
86 B
Bash
# shellcheck shell=bash
|
|
|
|
if _command_exists pew
|
|
then
|
|
source "$(pew shell_config)"
|
|
fi
|