Ajout theme zsh qui va bien

main
Gil Portenseigne 2024-02-05 10:01:52 +01:00
parent 8f7ad65224
commit 433a6fbbde
1 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ alias windows='reboot_to_windows'
##### oh my zsh config overload ##### oh my zsh config overload
# See https://github.com/ohmyzsh/ohmyzsh/wiki/Themes # See https://github.com/ohmyzsh/ohmyzsh/wiki/Themes
ZSH_THEME="terminalparty" ZSH_THEME="macovsky"
zstyle ':omz:update' mode auto # update automatically without asking zstyle ':omz:update' mode auto # update automatically without asking
# Uncomment the following line to enable command auto-correction. # 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. # Add wisely, as too many plugins slow down shell startup.
plugins=(git docker kube-ps1 kubectx kubectl) 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 PROMPT='$(kube_ps1)'$PROMPT