summaryrefslogtreecommitdiffstats
path: root/zsh/zshrc
diff options
context:
space:
mode:
authorStefan Ritter <xeno@thehappy.de>2010-08-10 00:27:02 +0200
committerStefan Ritter <xeno@thehappy.de>2010-08-10 00:27:02 +0200
commit6d67c4abaca03172fd518e4b0c1799e618a88b51 (patch)
tree9aefc72e8f3443ff0fbae7dfbf7216d5f3f284e9 /zsh/zshrc
parentade829d5ba4f96c401152e8d46fefc5bca0d22cc (diff)
Add history stuff to zshrc
Diffstat (limited to '')
-rw-r--r--zsh/zshrc2
1 files changed, 2 insertions, 0 deletions
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