aboutsummaryrefslogtreecommitdiff
path: root/.config/zsh/.zshrc
blob: 6bb4380b1a226e32d4153787231bfbbdc3874d2c (plain)
1
2
3
4
5
6
# Enable colors and change prompt:
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