redirection sortie d'erreur du source powershell9k

This commit is contained in:
vincent 2019-09-22 11:33:38 +02:00
parent e0f3615504
commit 47e9eb0dbf

View File

@ -7,7 +7,7 @@
##set zsh theme et dircolor en fonction de term ##set zsh theme et dircolor en fonction de term
if [ $TERM != "linux" ]; then if [ $TERM != "linux" ]; then
POWERLEVEL9K_MODE="awesome-fontconfig" POWERLEVEL9K_MODE="awesome-fontconfig"
source /usr/share/zsh-theme-powerlevel9k/powerlevel9k.zsh-theme||source /usr/share/powerlevel9k/powerlevel9k.zsh-theme source /usr/share/zsh-theme-powerlevel9k/powerlevel9k.zsh-theme &> /dev/null||source /usr/share/powerlevel9k/powerlevel9k.zsh-theme &> /dev/null
eval `dircolors ~/.dircolors/dircolors.256dark` eval `dircolors ~/.dircolors/dircolors.256dark`
POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(ssh context dir rbenv vcs) POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(ssh context dir rbenv vcs)
POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(status virtualenv root_indicator background_jobs history time) POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(status virtualenv root_indicator background_jobs history time)