2008-10-30から1日間の記事一覧

zsh のプロンプト

とりあえず以下に落ち着く. # get the name of the branch we are on git_prompt_info() { ref=$(git-symbolic-ref HEAD 2> /dev/null) || return echo "git:${ref#refs/heads/}|" } # get the name of the chroot we are on chroot_info() { chroot=$(cat /…

ツクモ...

この間 HDD 買ったなぁ, とか思いつつ. ツクモが民事再生を申請 「店舗を営業したまま再建の意向」ですか. 現在の状態としては、「比較的利益率は高いものの、10月末の買掛金および手形の決済資金が不足し、追加融資を受けることもできず、資金繰りに窮する…

シェルのメモ

メモΦ(._. ) おれが使うシェル操作まとめ