This commit is contained in:
Christian Nieves
2023-02-22 17:24:10 -06:00
parent 03bb42fa51
commit 75327f09c1

View File

@ -74,6 +74,17 @@ export PATH=$PATH:/usr/local/google/home/cnieves/.local/binexport PATH=$PATH:/us
source ~/fzf-at-google.zsh source ~/fzf-at-google.zsh
# Temporary definition for knock, which will override itself with the
# real implementation.
knock() {
if gcertstatus --nocheck_ssh &>/dev/null; then
source /google/bin/releases/knock/knock.sh
knock "$@" # Call the real implementation and pass any parameters.
else
echo "ERROR: Cannot invoke knock before gcert has been run" >&2
fi
}
sl() { sl() {
blaze build --config gmscore_arm64 //java/com/google/android/gmscore/$1:$2 blaze build --config gmscore_arm64 //java/com/google/android/gmscore/$1:$2