From 1a80abd95d93db9e0a3b0646bd346ee9e6a5fcd5 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Sat, 30 Jan 2016 16:45:56 +0800 Subject: Rip out the heavy oh-my-zsh ... Credits: [1] https://github.com/spicycode/ze-best-zsh-config [2] Zsh Configuration from the Ground Up http://zanshin.net/2013/02/02/zsh-configuration-from-the-ground-up/ --- _zsh/history.zsh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 _zsh/history.zsh (limited to '_zsh/history.zsh') diff --git a/_zsh/history.zsh b/_zsh/history.zsh new file mode 100644 index 0000000..dd7997e --- /dev/null +++ b/_zsh/history.zsh @@ -0,0 +1,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: # -- cgit v1.2.2