From: Andrew DeFaria Date: Tue, 14 Dec 2021 17:42:06 +0000 (+0000) Subject: More cPanel specific changes X-Git-Url: https://defaria.com/gitweb/?a=commitdiff_plain;h=065171a4982e361ef528bbee88bc160ce1d69aa1;p=clearscm.git More cPanel specific changes --- diff --git a/rc/client_scripts/cPanel b/rc/client_scripts/cPanel index 7fcf8a8..2e80817 100755 --- a/rc/client_scripts/cPanel +++ b/rc/client_scripts/cPanel @@ -24,6 +24,15 @@ append_to_path /root/bin export CDPATH=/usr/local export ulc=/usr/local/cpanel +export CPANEL_TEAM='scrum' + +#alias ulc="cd /usr/local/cpanel" +alias cperl="$ulc/3rdparty/bin/perl" + +# Unset PERLTIDY and PERLCRITIC as those variable override looking for +# ~/.perltidyrc and ~/.perlcriticrc. +unset PERLTIDY +unset PERLCRITIC # This is the completer function for ulc. This completes any path that comes # after the ulc as a path completion relative to $ulc @@ -46,5 +55,3 @@ function ulc { cd $ulc fi } # ulc -#alias ulc="cd /usr/local/cpanel" -alias cperl="$ulc/3rdparty/bin/perl"