kube config + iterm conf + walls + zshrc

This commit is contained in:
2020-03-25 22:32:53 +01:00
parent 69b9e964f4
commit ca75b37fbd
4 changed files with 14 additions and 13 deletions

4
.zshrc
View File

@@ -1,5 +1,5 @@
zmodload zsh/zprof
plugins=(git kubectl zsh-autosuggestions)
plugins=(docker git kubectl zsh-autosuggestions)
# If you come from bash you might have to change your $PATH.
# export PATH=$HOME/bin:/usr/local/bin:$PATH
@@ -147,5 +147,5 @@ zstyle ':completion:*:*:git:*' script ~/.zsh/git-completion.bash
fpath=(~/.zsh $fpath)
autoload -Uz compinit && compinit
alias chns="kubectl config set-context --current --namespace"
alias cexpose="kubectl port-forward hashicorp-consul-server-0 8500:8500"