plugins + themechange

This commit is contained in:
2020-03-03 12:32:45 +01:00
parent 16eeef818f
commit 76bde373cc

17
.zshrc
View File

@@ -1,5 +1,5 @@
zmodload zsh/zprof
plugins=(git kubectl command-not-found common-aliases sublime) plugins=(git kubectl command-not-found)
# If you come from bash you might have to change your $PATH. # If you come from bash you might have to change your $PATH.
# export PATH=$HOME/bin:/usr/local/bin:$PATH # export PATH=$HOME/bin:/usr/local/bin:$PATH
@@ -13,7 +13,7 @@ export ZSH="/Users/beppe/.oh-my-zsh"
# to know which specific one was loaded, run: echo $RANDOM_THEME # to know which specific one was loaded, run: echo $RANDOM_THEME
# See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes # See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes
#ZSH_THEME="robbyrussell" #ZSH_THEME="robbyrussell"
ZSH_THEME="jreese" ZSH_THEME="robbyrussell"
# Set list of themes to pick from when loading at random # Set list of themes to pick from when loading at random
# Setting this variable when ZSH_THEME=random will cause zsh to load # Setting this variable when ZSH_THEME=random will cause zsh to load
@@ -147,15 +147,16 @@ export PKG_CONFIG_PATH="/usr/local/opt/openssl@1.1/lib/pkgconfig"
export JAVA_HOME=$(/usr/libexec/java_home) export JAVA_HOME=$(/usr/libexec/java_home)
export JRE_HOME=$(/usr/libexec/java_home) export JRE_HOME=$(/usr/libexec/java_home)
alias mkube="minikube" alias mkube="minikube"
alias reload="source ~/.zshrc" alias reload="clear; source ~/.zshrc"
# The next line updates PATH for the Google Cloud SDK. # The next line updates PATH for the Google Cloud SDK.
if [ -f '/Users/beppe/Downloads/google-cloud-sdk/path.zsh.inc' ]; then . '/Users/beppe/Downloads/google-cloud-sdk/path.zsh.inc'; fi #if [ -f '/Users/beppe/Downloads/google-cloud-sdk/path.zsh.inc' ]; then . '/Users/beppe/Downloads/google-cloud-sdk/path.zsh.inc'; fi
# The next line enables shell command completion for gcloud. # The next line enables shell command completion for gcloud.
if [ -f '/Users/beppe/Downloads/google-cloud-sdk/completion.zsh.inc' ]; then . '/Users/beppe/Downloads/google-cloud-sdk/completion.zsh.inc'; fi #if [ -f '/Users/beppe/Downloads/google-cloud-sdk/completion.zsh.inc' ]; then . '/Users/beppe/Downloads/google-cloud-sdk/completion.zsh.inc'; fi
export PATH="/usr/local/opt/gettext/bin:$PATH" export PATH="/usr/local/opt/gettext/bin:$PATH"
if [ /usr/local/bin/kubectl ]; then source <(kubectl completion zsh); fi
alias virc="vim ~/.zshrc" alias virc="vim ~/.zshrc"
alias kube="kubectl" alias kube="kubectl"
KUBECONFIG=~/.kube/configs/* KUBECONFIG=~/.kube/configs/*
#kubectl completion
#if [ /usr/local/bin/kubectl ]; then source <(kubectl completion zsh); fi