summary refs log tree commit diff
path: root/zshrc
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2020-06-23 17:49:00 -0700
committerFranck Cuny <franck.cuny@gmail.com>2020-06-23 17:49:00 -0700
commitd98653326a2c088544a415e77c34a44e87180881 (patch)
treecbd460e204f3acca842a6c6567f508ee8d8fe6ab /zshrc
parentemacs: update prog module (diff)
downloademacs.d-d98653326a2c088544a415e77c34a44e87180881.tar.gz
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.
Diffstat (limited to '')
-rw-r--r--zshrc4
1 files changed, 0 insertions, 4 deletions
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/ %# "