diff options
author | Stefan Ritter <xeno@thehappy.de> | 2010-08-10 00:27:02 +0200 |
---|---|---|
committer | Stefan Ritter <xeno@thehappy.de> | 2010-08-10 00:27:02 +0200 |
commit | 6d67c4abaca03172fd518e4b0c1799e618a88b51 (patch) | |
tree | 9aefc72e8f3443ff0fbae7dfbf7216d5f3f284e9 | |
parent | ade829d5ba4f96c401152e8d46fefc5bca0d22cc (diff) |
Add history stuff to zshrc
-rw-r--r-- | zsh/zshrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |