Skip to content

Instantly share code, notes, and snippets.

@SiM07
Created August 30, 2017 13:21
Show Gist options
  • Save SiM07/c995d4f9a594b4d91781cdcdc0afe075 to your computer and use it in GitHub Desktop.
Save SiM07/c995d4f9a594b4d91781cdcdc0afe075 to your computer and use it in GitHub Desktop.
. ~/.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