updates
This commit is contained in:
parent
1262a9ed4b
commit
fa157c2e71
3 changed files with 44 additions and 9 deletions
|
|
@ -5,3 +5,13 @@ export PATH="$HOME/bin:$PATH";
|
|||
fi
|
||||
|
||||
export PATH="$PATH:/Applications/DevDesktop/tools"
|
||||
|
||||
# The next line updates PATH for the Google Cloud SDK.
|
||||
if [ -f '/Users/conner/bin/google-cloud-sdk/path.bash.inc' ]; then . '/Users/conner/bin/google-cloud-sdk/path.bash.inc'; fi
|
||||
|
||||
# The next line enables shell command completion for gcloud.
|
||||
if [ -f '/Users/conner/bin/google-cloud-sdk/completion.bash.inc' ]; then . '/Users/conner/bin/google-cloud-sdk/completion.bash.inc'; fi
|
||||
HISTFILESIZE=1500
|
||||
|
||||
test -e "${HOME}/.iterm2_shell_integration.bash" && source "${HOME}/.iterm2_shell_integration.bash"
|
||||
|
||||
|
|
|
|||
42
.ssh/config
42
.ssh/config
|
|
@ -1,3 +1,36 @@
|
|||
Host *.f06f2bea-bde9-4aa2-a19c-2ba65010de9e.drush.in
|
||||
ControlPath ~/.ssh/control-%r
|
||||
Host *.pozitronic.com
|
||||
ForwardAgent yes
|
||||
Host hob-dev
|
||||
HostName 64.112.239.68
|
||||
User clockwork
|
||||
#ProxyCommand ssh -o VisualHostKey=no -q -W %h:%p bastion-f
|
||||
Host hob-stage
|
||||
HostName 64.112.239.67
|
||||
User clockwork
|
||||
# ProxyCommand ssh -o VisualHostKey=no -q -W %h:%p bastion-f
|
||||
Host hob-prod
|
||||
HostName 64.112.239.66
|
||||
User clockwork
|
||||
# ProxyCommand ssh -o VisualHostKey=no -q -W %h:%p bastion-f
|
||||
#Clockwork Hosts
|
||||
Host bastion-i bastion-0-core-i
|
||||
Hostname bastion-i.pozitronic.com
|
||||
ControlPersist 8h
|
||||
ForwardAgent yes
|
||||
|
||||
# Pod Red - Production Rivit
|
||||
Host lottery-prod
|
||||
Hostname amm-0-red-i.cwint.net
|
||||
ForwardAgent yes
|
||||
ProxyCommand ssh -o VisualHostKey=no -q -W %h:%p bastion-i
|
||||
|
||||
# Pod Teal - Dev/Rev Rivit
|
||||
Host lottery-dev
|
||||
Hostname amm-0-teal-i.cwint.net
|
||||
ForwardAgent yes
|
||||
ProxyCommand ssh -o VisualHostKey=no -q -W %h:%p bastion-i
|
||||
Host *
|
||||
UseKeychain yes
|
||||
AddKeysToAgent yes
|
||||
|
|
@ -7,12 +40,3 @@ Host *
|
|||
ServerAliveCountMax 18
|
||||
ServerAliveInterval 5
|
||||
TCPKeepAlive no
|
||||
UseKeychain yes
|
||||
Host *.f06f2bea-bde9-4aa2-a19c-2ba65010de9e.drush.in
|
||||
ControlPath ~/.ssh/control-%r
|
||||
Host *.pozitronic.com
|
||||
ForwardAgent yes
|
||||
Host hob-dev
|
||||
HostName 64.112.239.68
|
||||
User clockwork
|
||||
#ProxyCommand ssh -o VisualHostKey=no -q -W %h:%p bastion-f
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@
|
|||
"d" = ( "removeTag:", "\\Flagged", "clearTags:","setTag:", "Week", "archive:" );
|
||||
"f" = ( "removeTag:", "\\Flagged", "clearTags:","setTag:", "Month", "archive:" );
|
||||
"i" = ( "removeTag:", "\\Flagged", "clearTags:","setTag:", "FYI", "archive:" );
|
||||
"H" = ( "setTag:", "ForwardHubspot");
|
||||
"a" = "archive:";
|
||||
"`" = "searchAllMessages:";
|
||||
"g" = {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue