diff --git a/.config/bash/gil_specific.sh b/.config/bash/gil_specific.sh index e5cf6e1..a562177 100644 --- a/.config/bash/gil_specific.sh +++ b/.config/bash/gil_specific.sh @@ -37,7 +37,7 @@ alias windows='reboot_to_windows' ##### oh my zsh config overload # See https://github.com/ohmyzsh/ohmyzsh/wiki/Themes -ZSH_THEME="terminalparty" +ZSH_THEME="macovsky" zstyle ':omz:update' mode auto # update automatically without asking # Uncomment the following line to enable command auto-correction. @@ -56,5 +56,5 @@ DISABLE_UNTRACKED_FILES_DIRTY="true" # Add wisely, as too many plugins slow down shell startup. plugins=(git docker kube-ps1 kubectx kubectl) -source $ZSH/oh-my-zsh.sh +source $HOME/.oh-my-zsh/oh-my-zsh.sh PROMPT='$(kube_ps1)'$PROMPT