summary refs log tree commit diff
path: root/zshrc
diff options
context:
space:
mode:
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/ %# "