Prev / Next / /home/pochi/ChangeLog

履歴マニア[computer]

2006-01-05

http://namazu.org/~satoru/unimag/3/

今さらなんだけど、ためになったですわ。
当時は zsh 使ってなかったけど今は使ってるので。

ということで、~/.zshrc に以下を追加。

HISTFILE=<history file>
HISTSIZE=100000
SAVEHIST=100000
setopt extended_history
setopt share_history
function history-all { history -E 1 }
zstyle ':completion:*:default' menu select=1


便利便利。

via GNU screen いろいろまとめ
http://d.hatena.ne.jp/naoya/20051223/1135351050

permlink