From 903d04cd614e72de769b78b085ec2a4c3ff83887 Mon Sep 17 00:00:00 2001 From: Cyryl Plotnicki-Chudyk Date: Wed, 9 Oct 2013 08:21:30 +0200 Subject: [PATCH] zshrc added --- .zshrc | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .zshrc diff --git a/.zshrc b/.zshrc new file mode 100644 index 00000000..6c73ec3a --- /dev/null +++ b/.zshrc @@ -0,0 +1,9 @@ +# Lines configured by zsh-newuser-install +HISTFILE=~/.histfile +HISTSIZE=1000 +SAVEHIST=1000 +setopt appendhistory autocd extendedglob nomatch notify +unsetopt beep +# End of lines configured by zsh-newuser-install + +PATH=$PATH:$HOME/.rvm/bin # Add RVM to PATH for scripting