aboutsummaryrefslogtreecommitdiffstats
path: root/_zsh/history.zsh
blob: dd7997ec3dd853a2002a6ff0bc6e851ae6e97a7e (plain)
1
2
3
4
5
6
7
8
9
10
#
# zsh/history.zsh
#

# history settings
HISTSIZE=10000
SAVEHIST=9000
HISTFILE=~/.zsh_history

# vim: set ts=8 sw=4 tw=0 fenc=utf-8 ft=zsh: #