zsh: Fix incorrect function declaration I'm surprised this wasn't a syntax error
Alan Pearce alan@alanpearce.eu
Thu, 18 May 2017 16:25:21 +0200
1 files changed, 1 insertions(+), 1 deletions(-)
jump to
M zsh/.config/zsh/.zshrc → zsh/.config/zsh/.zshrc
@@ -254,7 +254,7 @@ bindkey '\es' anyframe-widget-cd-ghq-repository bindkey '^x^k' anyframe-widget-kill fi -function function eb-active-environment () { +function eb-active-environment () { aws elasticbeanstalk describe-environments | grep $(dig +short $1 CNAME) | cut -f10 }