Oliver Davies
d1da7c6e15
Re-organise to use a bare repo, e.g. https://www.atlassian.com/git/tutorials/dotfiles.
6 lines
87 B
Bash
6 lines
87 B
Bash
setopt inc_append_history
|
|
|
|
HISTSIZE=10000
|
|
SAVEHIST=10000
|
|
HISTFILE=~/.cache/zsh/history
|