From d58ec8f30e95e574b5b34919321e856e56f89d4f Mon Sep 17 00:00:00 2001 From: Olliver Schinagl Date: Tue, 16 Feb 2016 09:28:07 +0100 Subject: Some very basic config --- .zshrc | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.zshrc b/.zshrc index e69de29..91327ac 100644 --- a/.zshrc +++ b/.zshrc @@ -0,0 +1,11 @@ +# Lines configured by zsh-newuser-install +HISTFILE=~/.zsh_history +HISTSIZE=1000 +SAVEHIST=1000 +# End of lines configured by zsh-newuser-install +# The following lines were added by compinstall +zstyle :compinstall filename '/home/oliver/.zshrc' + +autoload -Uz compinit +compinit +# End of lines added by compinstall -- cgit v0.12