From f08830aca4f811dd90a7ea3c381994c4ae1cc445 Mon Sep 17 00:00:00 2001 From: Alan Weinstock Date: Thu, 1 Sep 2022 13:54:48 -0700 Subject: [PATCH] fixed global functions varname --- lib/skel/.bashrc.d/11-quickinfo.bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/skel/.bashrc.d/11-quickinfo.bashrc b/lib/skel/.bashrc.d/11-quickinfo.bashrc index 462c795..d99e9e5 100644 --- a/lib/skel/.bashrc.d/11-quickinfo.bashrc +++ b/lib/skel/.bashrc.d/11-quickinfo.bashrc @@ -11,7 +11,7 @@ scriptname=${0##*/} rundir=$(cd `dirname $0` && pwd) -source $prbl-functions +source $prbl_functions # Set to only run on interactive sessions (Disabled as cache # generation is non-interactive, so this would cause outdated