From ca9600417a6cb05326032a10633190ed1bed79cd Mon Sep 17 00:00:00 2001 From: Tim van Veenendaal Date: Wed, 22 Jan 2020 10:52:04 +0100 Subject: [PATCH] Add ZSH default settings --- zsh/.zshrc | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 zsh/.zshrc diff --git a/zsh/.zshrc b/zsh/.zshrc new file mode 100644 index 0000000..6cab6d6 --- /dev/null +++ b/zsh/.zshrc @@ -0,0 +1,14 @@ +# Lines configured by zsh-newuser-install +HISTFILE=~/.histfile +HISTSIZE=1000 +SAVEHIST=1000 +setopt appendhistory autocd extendedglob nomatch notify +unsetopt beep +bindkey -e +# End of lines configured by zsh-newuser-install +# The following lines were added by compinstall +zstyle :compinstall filename '/home/tim/.zshrc' + +autoload -Uz compinit +compinit +# End of lines added by compinstall