From 6d67c4abaca03172fd518e4b0c1799e618a88b51 Mon Sep 17 00:00:00 2001 From: Stefan Ritter Date: Tue, 10 Aug 2010 00:27:02 +0200 Subject: Add history stuff to zshrc --- zsh/zshrc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'zsh/zshrc') diff --git a/zsh/zshrc b/zsh/zshrc index a06a633..a3fa061 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -19,6 +19,8 @@ setopt nobeep setopt autocd setopt listpacked setopt listtypes +setopt append_history +setopt share_history export PATH=/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin:/usr/games:~/etc/bin/ export EMAIL=xeno@thehappy.de -- cgit v1.2.3