fugafuga.write

日々のログ

zsh history の設定

zshrc

# history
histfile=~/.zsh_history
histsize=1000000
savehist=1000000
setopt hist_ignore_dups #ignore duplicate command
setopt share_history #share command history