X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;f=rc%2Fclient_scripts%2FcPanel;h=5892c1b7a2d9ec4ff5a7c5751f7e0cee585a1af4;hb=08970a8dff637ea4789e01cee8bdd25b4d67d697;hp=70db56713daae30332fecfa031761fd926961e9e;hpb=74fc3dcf5806f0c3ecd1851fca1e7233d99d1d8e;p=clearscm.git diff --git a/rc/client_scripts/cPanel b/rc/client_scripts/cPanel index 70db567..5892c1b 100644 --- a/rc/client_scripts/cPanel +++ b/rc/client_scripts/cPanel @@ -23,6 +23,8 @@ append_to_path /opt/cpanel/composer/bin append_to_path /opt/cplint/bin append_to_path /root/bin +# Useful aliases +alias makesb4='pushd $ulc; make -j4 sandbox; popd' # Find code! if [ -d ~/.vscode-server ]; then codePath=$(dirname $(find ~/.vscode-server/bin -name code)) @@ -43,8 +45,14 @@ export ulw=/usr/local/cp-monitoring-whm-plugin export ulb=/usr/local/cp-banners-plugin export CPANEL_TEAM='scrum' +# EA Tools +export EATOOLS_BUILD_DIR=~/git/ea-tools/SOURCES/ +export EATOOLS_BIN_DIR=~/git/ea-tools/SOURCES/ + #alias ulc="cd /usr/local/cpanel" alias perl="$ulc/3rdparty/bin/perl" +alias stencilwatch='npx stencil test --spec --watchAll' +alias stencilwatche2e='npx stencil test --spec --e2e --watchAll' # Unset PERLTIDY and PERLCRITIC as those variable override looking for # ~/.perltidyrc and ~/.perlcriticrc.