Skip to content

Instantly share code, notes, and snippets.

@turkenh
Created July 28, 2019 22:44
Show Gist options
  • Save turkenh/7b683b10b7ceadde6711ff36f1763d7c to your computer and use it in GitHub Desktop.
Save turkenh/7b683b10b7ceadde6711ff36f1763d7c to your computer and use it in GitHub Desktop.
My zsh config
# If you come from bash you might have to change your $PATH.
# export PATH=$HOME/bin:/usr/local/bin:$PATH
# Path to your oh-my-zsh installation.
export ZSH="/Users/hasanturken/.oh-my-zsh"
ZSH_THEME=agnoster
plugins=(kube-ps1 git osx docker git-extras git-flow colored-man-pages z kubectl zsh-autosuggestions)
source $ZSH/oh-my-zsh.sh
# User configuration
prompt_context() {}
PROMPT=$PROMPT'$(kube_ps1) '
bindkey '^ ' autosuggest-execute
bindkey "^Z" history-beginning-search-backward
bindkey "^X" history-beginning-search-forward
alias cdws='cd ~/Workspace'
alias cdgo='cd ~/go'
export GOPATH=/Users/hasanturken/go
export PATH=$PATH:/Users/hasanturken/go/bin
export PATH=$PATH:/usr/local/kubebuilder/bin
source "/usr/local/opt/kube-ps1/share/kube-ps1.sh"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment