X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;f=rc%2Fclient_scripts%2FcPanel;h=2e808175fc4d2fa20e15bd9c048d3242f84c35a9;hb=065171a4982e361ef528bbee88bc160ce1d69aa1;hp=7fcf8a86fe0eb7ac8cf2c1c8e0201d0934213190;hpb=c8ec8f9f402a5707224ca65e19482914b202c082;p=clearscm.git 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"