From ae2f08ec697643f9a6978e6c59d0173e88497211 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Thu, 19 Nov 2020 09:21:04 -0500 Subject: minor updates --- .config/zsh/.zshrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to '.config/zsh') 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. -- cgit v1.3.1