From d98653326a2c088544a415e77c34a44e87180881 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 23 Jun 2020 17:49:00 -0700 Subject: zsh: simplify configuration there's a lot of stuff I've no idea what they are for and if I need them, so let's drop and see what breaks. --- zshrc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'zshrc') diff --git a/zshrc b/zshrc index ce54d98..8586c89 100644 --- a/zshrc +++ b/zshrc @@ -2,8 +2,6 @@ autoload -U compinit compinit -C HISTFILE=~/.zhistory -HISTSIZE=5000 -SAVEHIST=5000 # Add commands to history as they are entered, don't wait for shell to exit setopt INC_APPEND_HISTORY @@ -21,5 +19,3 @@ zstyle ':completion:*' matcher-list 'm:{a-zA-Z}={A-Za-z}' 'r:|[._-]=* r:|=*' 'l: autoload -U select-word-style select-word-style bash - -export PROMPT="%1/ %# " -- cgit 1.4.1