Ajout theme zsh qui va bien
parent
8f7ad65224
commit
433a6fbbde
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue