From 897d0de3af84ff0e608cfab1ef8a5ac7659a0a7f Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Thu, 7 Jun 2018 15:05:23 +0200 Subject: zsh: Cleanup old code --- zsh/.config/zsh/.zshrc | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'zsh') diff --git a/zsh/.config/zsh/.zshrc b/zsh/.config/zsh/.zshrc index 5d7bc20..22af3c8 100644 --- a/zsh/.config/zsh/.zshrc +++ b/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 @@ -185,11 +181,6 @@ then fi fi -if [[ $commands[kubectl] ]] -then - source <(kubectl completion zsh) -fi - if [[ $TERM == "dumb" ]] then unsetopt zle @@ -227,9 +218,5 @@ then 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 -- cgit 1.4.1