This commit is contained in:
Christian Nieves
2022-07-26 16:02:08 -05:00
parent 942f81a7d6
commit abbc6734d0
1017 changed files with 135 additions and 69147 deletions

View File

@ -2,15 +2,13 @@
# Google Specific
# ---------------
# For running crow against a remote X server
xhost +
# xhost +
export PATH=$PATH:/google/src/head/depot/google3/experimental/users/cnieves/util
export XAUTHORITY=~/.Xauthority
export GOROOT=/usr/lib/google-golang
export PATH=$GOROOT/bin:$PATH
export JAVA_HOME=$(readlink -ne /usr/local/buildtools/java/jdk)
source /etc/bash_completion.d/hgd
function gcert() {
if [[ -n $TMUX ]]; then
eval $(tmux show-environment -s)
@ -30,8 +28,11 @@ if [[ ! -z "$TMUX" ]]; then
precmd_functions+=(tmux_title)
fi
prodcertstatus &> /dev/null &&
/google/data/ro/users/di/diamondm/engfortunes/fortune.sh
FORTUNES=/google/data/ro/users/di/diamondm/engfortunes/fortune.sh
if [ -f "$FORTUNES" ]; then
prodcertstatus &> /dev/null && $FORTUNES
fi
# Install fzf-query
export PATH="${PATH}:/google/bin/releases/editor-devtools"