注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
# git stash count function git_prompt_stash_count { local COUNT=$(git stash list 2>/dev/null | wc... # git stash count function git_prompt_stash_count { local COUNT=$(git stash list 2>/dev/null | wc -l | tr -d ' ') if [ "$COUNT" -gt 0 ]; then echo " ($COUNT)" fi } setopt prompt_subst autoload -Uz VCS_INFO_get_data_git; VCS_INFO_get_data_git 2> /dev/null function rprompt-git-current-branch { local name st color action if [[ "$PWD" =~ '/\.git(/.*)?$' ]]; then return fi name=$(basename "`git symboli
2013/04/25 リンク