all repos — nixfiles @ d0ce60d5743b4d90e154960ab884a486607a4ec6

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

zsh: Fix incorrect function declaration I'm surprised this wasn't a syntax error

Alan Pearce
commit

d0ce60d5743b4d90e154960ab884a486607a4ec6

parent

49aafb7531cd3d6a5885859b1a56509d45f5e990

1 file changed, 1 insertion(+), 1 deletion(-)

jump to
M zsh/.config/zsh/.zshrczsh/.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 }