summaryrefslogtreecommitdiffstats
path: root/.config/zsh/.zshrc
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2020-11-19 09:21:04 -0500
committerLuke Smith <luke@lukesmith.xyz>2020-11-19 09:21:04 -0500
commitae2f08ec697643f9a6978e6c59d0173e88497211 (patch)
treeb2f4bd9e8de4df50810222a473e563957f0353f1 /.config/zsh/.zshrc
parent8983f6aeb4bc343ed61f3981334c30f434a42626 (diff)
downloadeibhear-ae2f08ec697643f9a6978e6c59d0173e88497211.tar.gz
eibhear-ae2f08ec697643f9a6978e6c59d0173e88497211.tar.zst
eibhear-ae2f08ec697643f9a6978e6c59d0173e88497211.zip
minor updates
Diffstat (limited to '.config/zsh/.zshrc')
-rw-r--r--.config/zsh/.zshrc5
1 files changed, 3 insertions, 2 deletions
diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc
index e85b56c..d6b3cc8 100644
--- a/.config/zsh/.zshrc
+++ b/.config/zsh/.zshrc
@@ -5,10 +5,11 @@ autoload -U colors && colors # Load colors
PS1="%B%{$fg[red]%}[%{$fg[yellow]%}%n%{$fg[green]%}@%{$fg[blue]%}%M %{$fg[magenta]%}%~%{$fg[red]%}]%{$reset_color%}$%b "
setopt autocd # Automatically cd into typed directory.
stty stop undef # Disable ctrl-s to freeze terminal.
+setopt interactive_comments
# History in cache directory:
-HISTSIZE=10000
-SAVEHIST=10000
+HISTSIZE=10000000
+SAVEHIST=10000000
HISTFILE=~/.cache/zsh/history
# Load aliases and shortcuts if existent.