all repos — archive/dotfiles @ 864aee5a0e4f7574b160e68a9767df9687ffcaa2

Superseded by nixfiles

zsh: Add eb-active-environment function

Alan Pearce
commit

864aee5a0e4f7574b160e68a9767df9687ffcaa2

parent

791213e75647812be5fa1e4ba9ee3a751cf9ab2e

1 file changed, 4 insertions(+), 0 deletions(-)

jump to
M zsh/.config/zsh/.zshrczsh/.config/zsh/.zshrc
@@ -250,4 +250,8 @@ zle -N cd-project-widget
bindkey '\es' cd-project-widget fi +function function eb-active-environment () { + aws elasticbeanstalk describe-environments | grep $(dig +short $1 CNAME) | cut -f10 +} + unsetopt flow_control # Let me use ^S and ^Q