Created
August 30, 2017 13:21
-
-
Save SiM07/c995d4f9a594b4d91781cdcdc0afe075 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
. ~/.antigen.zsh | |
antigen bundle MichaelAquilina/zsh-emojis | |
antigen theme https://github.com/iam4x/zsh-iterm-touchbar | |
export PATH=$HOME/.composer/vendor/bin:$PATH | |
export ZSH=/Users/simon/.oh-my-zsh | |
ZSH_THEME="agnoster" | |
source $ZSH/oh-my-zsh.sh | |
### Added by the Bluemix CLI | |
source /usr/local/Bluemix/bx/zsh_autocomplete | |
export KUBECONFIG=$KUBECONFIG:/Users/simon/.bluemix/plugins/container-service/clusters/wellcut-k8s-ibm-preprod/kube-config-fra02-wellcut-k8s-ibm-preprod.yml | |
export KUBECONFIG=$KUBECONFIG:/Users/simon/.bluemix/plugins/container-service/clusters/wellcut-k8s-ibm-production/kube-config-ams03-wellcut-k8s-ibm-production.yml | |
CASE_SENSITIVE="false" | |
function precmd() { | |
printf "\e]1337;SetBadgeFormat=%s\a" $(kubectl config current-context | awk -F - '{print $4}' | base64) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment