minor updates

This commit is contained in:
Luke Smith
2020-11-19 09:21:04 -05:00
parent 8983f6aeb4
commit ae2f08ec69
3 changed files with 51 additions and 15 deletions

View File

@@ -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.