aboutsummaryrefslogtreecommitdiff
path: root/zsh/zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/zshrc')
-rw-r--r--zsh/zshrc9
1 files changed, 8 insertions, 1 deletions
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