diff options
Diffstat (limited to 'plz')
-rwxr-xr-x | plz | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -28,6 +28,7 @@ declare -a confs confs=(/etc/"$self"rc "$HOME"/."$self"rc) # Iterate through configuration files, source any that exist +# shellcheck disable=SC2066,SC2068 for conf in "${PLZ_CONFIG:-${confs[@]}}" ; do [[ -e "$conf" ]] || continue source "$conf" |