diff --git a/dotfiles/zshrc.d/matir_prompt/prompt_matir_setup b/dotfiles/zshrc.d/matir_prompt/prompt_matir_setup index 2baf96c..e83d6a4 100644 --- a/dotfiles/zshrc.d/matir_prompt/prompt_matir_setup +++ b/dotfiles/zshrc.d/matir_prompt/prompt_matir_setup @@ -49,7 +49,7 @@ zle -N zle-keymap-select zle -N zle-line-init zle-keymap-select function prompt_matir_precmd { - vcs_info + vcs_info 2>/dev/null if [ $VIRTUAL_ENV ] ; then VIRTUAL_ENV_SHORT=" (py:$(basename $VIRTUAL_ENV))" else