From 9919d35774437659403c52a06165bbc811ba11d4 Mon Sep 17 00:00:00 2001 From: Jerry Tumsfeld Date: Sat, 24 Aug 2013 14:39:23 +0300 Subject: [PATCH] simple zsh config bits --- zshrc | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 zshrc diff --git a/zshrc b/zshrc new file mode 100644 index 0000000..551dc46 --- /dev/null +++ b/zshrc @@ -0,0 +1,17 @@ +# Lines configured by zsh-newuser-install +HISTFILE=~/.histfile +HISTSIZE=1000 +SAVEHIST=1000 +setopt appendhistory extendedglob +bindkey -e +# End of lines configured by zsh-newuser-install +# The following lines were added by compinstall +zstyle :compinstall filename '/home/truck/.zshrc' + +autoload -Uz compinit +compinit +# End of lines added by compinstall + +export PATH=$PATH:/home/truck/bin +export EDITOR=jed +export LESS='-X -R -F'