all repos — nixfiles @ 864aee5a0e4f7574b160e68a9767df9687ffcaa2

System and user configuration, managed by nix and home-manager

zsh: Add eb-active-environment function
Alan Pearce alan@alanpearce.uk
Tue, 25 Apr 2017 15:01:20 +0200
commit

864aee5a0e4f7574b160e68a9767df9687ffcaa2

parent

791213e75647812be5fa1e4ba9ee3a751cf9ab2e

1 files 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