zsh: Cleanup old code
Alan Pearce alan@alanpearce.eu
Thu, 07 Jun 2018 15:05:23 +0200
1 files changed, 0 insertions(+), 13 deletions(-)
jump to
M zsh/.config/zsh/.zshrc → zsh/.config/zsh/.zshrc
@@ -165,10 +165,6 @@ compinit zplugin cdreplay -q -if [[ -n $commands[ghq] && -z $functions[_ghq] ]] -then - zplugin creinstall "${GOPATH:=$HOME/go}/src/github.com/motemen/ghq/zsh/" -fi # General configuration @@ -183,11 +179,6 @@ LUNCHY_DIR=$(dirname $(gem which lunchy))/../extras if [ -f $LUNCHY_DIR/lunchy-completion.zsh ]; then . $LUNCHY_DIR/lunchy-completion.zsh fi -fi - -if [[ $commands[kubectl] ]] -then - source <(kubectl completion zsh) fi if [[ $TERM == "dumb" ]] @@ -226,10 +217,6 @@ bindkey '\es' anyframe-widget-cd-ghq-repository bindkey '^x^k' anyframe-widget-kill fi - -function eb-active-environment () { - aws elasticbeanstalk describe-environments | grep $(dig +short $1 CNAME) | cut -f10 -} unsetopt flow_control # Let me use ^S and ^Q