diff options
-rw-r--r-- | zsh/.config/zsh/.zshrc | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/zsh/.config/zsh/.zshrc b/zsh/.config/zsh/.zshrc index 5d7bc204..22af3c86 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 |