config
This commit is contained in:
@ -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"
|
||||
}
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user