From eb713867b3678e63cf3713cf95f972aafa44d71c Mon Sep 17 00:00:00 2001 From: Michael Campagnaro Date: Tue, 17 Nov 2015 00:10:09 -0500 Subject: [PATCH] Add zstyle call to zshrc --- zshrc | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/zshrc b/zshrc index ba1fa5e..a84128b 100644 --- a/zshrc +++ b/zshrc @@ -8,7 +8,11 @@ autoload -U promptinit promptinit prompt grb -autoload -U compinit +if [[ $platform == 'Linux' ]]; then + zstyle :compinstall filename `$HOME/.zshrc` +fi + +autoload -Uz compinit compinit # Never know when you're gonna need to popd! @@ -39,6 +43,8 @@ export GREP_OPTIONS="-nRi --color --exclude-dir=.git --exclude-dir=tmp --exclud export HISTSIZE=20000 export HISTFILE="$HOME/.history" export SAVEHIST=$HISTSIZE +setopt appendhistory autocd +bindkey -e # Set to this to use case-sensitive completion # CASE_SENSITIVE="true"