From 34718fe355308b03c4eecdca9dc69bb22ded433a Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 15 Aug 2016 10:45:44 +1200 Subject: Instate some actual real zsh configuration --- zsh/zshrc | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'zsh/zshrc') diff --git a/zsh/zshrc b/zsh/zshrc index a2a3d4ca..a5b8dd7e 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -1 +1,8 @@ -exec bash +# Emacs keybindings even if EDITOR is vi(1) +bindkey -e + +# History settings +setopt histignorealldups sharehistory +HISTSIZE=$((1 << 12)) +SAVEHIST=$((1 << 24)) +HISTFILE=$HOME/.zsh_history -- cgit v1.2.3