diff --git a/zsh/oh-my-zsh/themes/laptop.zsh-theme b/zsh/oh-my-zsh/themes/laptop.zsh-theme index 313ab62..a05a7c4 100644 --- a/zsh/oh-my-zsh/themes/laptop.zsh-theme +++ b/zsh/oh-my-zsh/themes/laptop.zsh-theme @@ -60,11 +60,15 @@ fi local return_code="" local git_branch='$(git_prompt_info)' +local PR_TEMP="" + +command -v vcgencmd > /dev/null && PR_TEMP='${PR_GREEN}‹$(vcgencmd measure_temp | cut -d = -f 2)›${PR_NO_COLOR} ' + #PROMPT="${user_host} ${current_dir} ${rvm_ruby}${git_branch}$PR_PROMPT " separator='${PR_YELLOW}::${PR_NO_COLOR}' tty | read tty_value if [[ $tty_value == *pts* ]]; then # if in a tty - PROMPT="$PR_ARROW_UP${user_host}${separator}${PR_NO_COLOR}${current_dir} ${rvm_ruby} ${git_branch} + PROMPT="$PR_ARROW_UP${user_host}${separator}${PR_NO_COLOR}${current_dir} ${rvm_ruby} ${git_branch}${PR_TEMP} $PR_ARROW_DOWN$PR_PROMPT ${PR_NO_COLOR}" return_code="%(?.%{$PR_GREEN%}%? ↵%{$PR_NO_COLOR%}.%{$PR_RED%}%? ↵%{$PR_NO_COLOR%})" else