summary refs log tree commit diff stats
path: root/zsh
diff options
context:
space:
mode:
authorAlan Pearce2018-06-07 15:05:23 +0200
committerAlan Pearce2018-06-07 15:05:30 +0200
commit897d0de3af84ff0e608cfab1ef8a5ac7659a0a7f (patch)
treeec9e2135ee4fa5b8fca02c779b3815095ba2409f /zsh
parent5dcf152b33736305314f1b6f13ebd0a4b1add0f6 (diff)
downloaddotfiles-897d0de3af84ff0e608cfab1ef8a5ac7659a0a7f.tar.lz
dotfiles-897d0de3af84ff0e608cfab1ef8a5ac7659a0a7f.tar.zst
dotfiles-897d0de3af84ff0e608cfab1ef8a5ac7659a0a7f.zip
zsh: Cleanup old code
Diffstat (limited to 'zsh')
-rw-r--r--zsh/.config/zsh/.zshrc13
1 files changed, 0 insertions, 13 deletions
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