This commit is contained in:
Christian Nieves
2022-11-09 23:20:55 +00:00
parent f96692fba0
commit b4e5d6a60a
11 changed files with 90 additions and 50 deletions

View File

@ -131,3 +131,10 @@ to_mac(){
scp $1 cnieves-macbookpro.roam.internal:~/Downloads
echo "Saved $1 to downloads"
}
bdoctor() {
hourly=$(builddoctor analyze --blueprint //depot/google3/java/com/google/android/gmscore/tools/build_doctor/build_doctor.blueprint --cl $1 --analysis_type=PERIODIC --analysis_name=hourly --buildable_unit_type BUILD --buildable_unit gmscore.build_doctor.debug_container | grep http)
default=$(builddoctor analyze --blueprint //depot/google3/java/com/google/android/gmscore/tools/build_doctor/build_doctor.blueprint --cl $1 --analysis_type=PERIODIC --buildable_unit_type BUILD --buildable_unit gmscore.build_doctor.debug_container | grep http)
echo "DEFAULT: $default"
echo "HOURLY: $hourly"
}

View File

@ -7,7 +7,6 @@ export GO111MODULE=auto
export CLOUDSDK_PYTHON=python2
export PATH="/opt/local/bin:/opt/local/sbin:$PATH"
export EDITOR='nvim'
HISTCONTROL=ignoreboth

View File

@ -35,6 +35,7 @@ else
zle clear-screen -w
fi
}
export EDITOR='nvim'
zle -N fancy-ctrl-z
bindkey '^Z' fancy-ctrl-z
bindkey "^A" beginning-of-line