dc3c37c78e
Supports ZSH themes based on which device I'm working. This might get annoying after awhile, but I think the idea of having the prompt reflect when I'm on a different machine than my own might be useful. Adds "cloudtop" alias in ssh config.
8 lines
164 B
Text
8 lines
164 B
Text
Host box
|
|
Hostname wpcarro.lon.corp.google.com
|
|
|
|
Host cloudtop
|
|
Hostname wpcarro.c.googlers.com
|
|
|
|
Match host *.corp.google.com
|
|
ProxyCommand corp-ssh-helper %h %p
|