about summary refs log tree commit diff
path: root/configs
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2019-03-27T18·28+0000
committerWilliam Carroll <wpcarro@gmail.com>2019-03-28T17·29+0000
commit97c156be88b5988c2ac7d580ef88ad7c4a6a2a71 (patch)
tree1ce0bf70c50005da4aaf8dca568067bdafce6e33 /configs
parent79387acb96d3a5e5fa72c92ca50eee1b6ad5f88e (diff)
Support SpeWall in bash variables
NOTE: consider migrating from GH private repo to Google's Git on Borg. This is
preferable since GH gets hacked and private repos can be exposed. While a path
to a Google 3 repo like SpeWall may not pose a large security risk, it certainly
isn't optimal. Imagine a path to a repository whose name leaked a secret
project. Two options:

1. embrace encryption options like Mozilla's `sops` and remain on GH private
2. switch wholesale from private GH to GoB
3. classify "sensitve" parts of dotfiles as such and move those to GoB and keep
   everything else on private GH

One added perk of switching to GoB is saving the $7 monthly fee to support
private GH repos.
Diffstat (limited to 'configs')
-rw-r--r--configs/shared/zsh/variables.zsh5
1 files changed, 5 insertions, 0 deletions
diff --git a/configs/shared/zsh/variables.zsh b/configs/shared/zsh/variables.zsh
index 129b62631d3a..f107d2092994 100644
--- a/configs/shared/zsh/variables.zsh
+++ b/configs/shared/zsh/variables.zsh
@@ -21,6 +21,11 @@ hash -d escalations=./corp/gtech/pto/tda/beacons_extension
 hash -d ultra=./ads/doubleclick/systems/crm
 hash -d incentives_fe=./experimental/adservices/jarvis/jarvis_extension/jarvis_staging/js
 hash -d incentives_be=./experimental/adservices/tesseract/handlers/incentives
+hash -d spewall_fe=./alkali/apps/speakeasydashboard
+hash -d spewall_be=./alkali/apps/speakeasydashboard
+hash -d spewall_be=./java/com/google/alkali/applications/speakeasydashboard
+hash -d spewall_protos=./google/internal/alkali/applications/speakeasydashboard
+hash -d spewall_tests=./javatests/com/google/alkali/applications/speakeasydashboard
 
 # 8-bit colors
 black='\u001b[30m'