renumber tmux windows and add envoy shortcuts

This commit is contained in:
2023-02-14 10:11:49 -05:00
parent d4b9cc27c0
commit 9eec1a4f8b
2 changed files with 7 additions and 0 deletions

View File

@@ -20,4 +20,8 @@ alias cdea='cd $HOME/src/github.com/solo-io/ext-auth-service'
alias nvea='nvim $HOME/src/github.com/solo-io/ext-auth-service/README.md'
alias cdrl='cd $HOME/src/github.com/solo-io/rate-limiter'
alias nvrl='nvim $HOME/src/github.com/solo-io/rate-limiter/README.md'
alias cdeg='cd $HOME/src/github.com/solo-io/envoy-gloo'
alias nveg='nvim $HOME/src/github.com/solo-io/envoy-gloo/README.md'
alias cdee='cd $HOME/src/github.com/solo-io/envoy-gloo-ee'
alias nvee='nvim $HOME/src/github.com/solo-io/envoy-gloo-ee/README.md'