From 065171a4982e361ef528bbee88bc160ce1d69aa1 Mon Sep 17 00:00:00 2001 From: Andrew DeFaria Date: Tue, 14 Dec 2021 17:42:06 +0000 Subject: [PATCH] More cPanel specific changes --- rc/client_scripts/cPanel | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) 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" -- 2.17.1