all repos — nixfiles @ 897d0de3af84ff0e608cfab1ef8a5ac7659a0a7f

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

zsh: Cleanup old code
Alan Pearce alan@alanpearce.eu
Thu, 07 Jun 2018 15:05:23 +0200
commit

897d0de3af84ff0e608cfab1ef8a5ac7659a0a7f

parent

5dcf152b33736305314f1b6f13ebd0a4b1add0f6

1 files changed, 0 insertions(+), 13 deletions(-)

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