Skip to content

Commit 135d985

Browse files
committed
plorp?
1 parent bc09cba commit 135d985

103 files changed

Lines changed: 31 additions & 12403 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.grrc

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,3 +106,17 @@ schedule_production_deploy() {
106106
go_tell_placebo "$message"
107107
}
108108

109+
[ -f "$HOME/.jiracreds" ] && source "$HOME/.jiracreds"
110+
[ -f "$HOME/.gitaccesstoken" ] && source "$HOME/.gitaccesstoken"
111+
112+
# From BOBs repo
113+
alias bazel=bazelisk
114+
115+
# From BOBs repo
116+
export GO111MODULE=on
117+
export GOPROXY=direct
118+
export GOPRIVATE=github.com/ConsultingMD
119+
120+
alias stopgp='launchctl unload /Library/LaunchAgents/com.paloaltonetworks.gp.pangp*'
121+
alias startgp='launchctl load /Library/LaunchAgents/com.paloaltonetworks.gp.pangp*'
122+

.vim/bundle/ZoomWin/README

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)