注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
# ctrl+s で出力がロックされてしまうのを防ぐ stty stop undef bind 'set completion-ignore-case on' ... # ctrl+s で出力がロックされてしまうのを防ぐ stty stop undef bind 'set completion-ignore-case on' umask 022 ulimit -c 0 unset MAIL # bash_completion if [ -f /opt/local/etc/profile.d/bash_completion.sh ]; then . /opt/local/etc/profile.d/bash_completion.sh elif [ -f /sw/etc/profile.d/bash_completion.sh ]; then . /sw/etc/profile.d/bash_completion.sh fi # git_completion if [ -f ~/bin/git-completion.bash ]; then . ~/bin
2014/08/05 リンク