diff options
Diffstat (limited to '.config')
-rw-r--r-- | .config/zsh/.zshrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index cbe7383..49e591a 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -12,6 +12,7 @@ PROMPT='%B%{$fg[red]%}[%{$fg[yellow]%}%n%{$fg[green]%}@%{$fg[blue]%}%M %{$fg[mag setopt autocd # Automatically cd into typed directory. stty stop undef # Disable ctrl-s to freeze terminal. setopt interactive_comments +alias ls='ls --color' HISTSIZE=10000000 SAVEHIST=10000000 |