平衡点
2008/10/17
_ gitで今いるブランチを表示[Computer]
zsh で今作業している branch を表示させる, というのを試してみた. これは便利だ.
# get the name of the branch we are on
git_prompt_info() {
( [ -d .git ] && ref=$(git-symbolic-ref HEAD 2> /dev/null)) || return
echo "git:${ref#refs/heads/}|"
}
...
RPROMPT=$'%{$fg_bold[red]%}$(git_prompt_info)%{$fg_bold[white]%}%B%(5~,%-2~/.../%1~,%~)%b'
早く CVS を捨てたい, とか切に願う.
_ skype2onlenny[Debian]
とりあえず install
# apt-get install libasound2 libc6 libgcc1 libqt4-core \ libqt4-gui libsigc++-2.0-0c2a libstdc++6 libx11-6 # http://www.skype.com/download/skype/linux/choose/
そしてここで WebCam を持っていないことに気がついた.
[ツッコミを入れる]