|
|
|
@ -2,6 +2,8 @@
|
|
|
|
|
# Disable ctrl-s and ctrl-q.
|
|
|
|
|
stty -ixon
|
|
|
|
|
|
|
|
|
|
setopt autocd autopushd \
|
|
|
|
|
|
|
|
|
|
# Enable colors and change prompt
|
|
|
|
|
autoload -U colors && colors
|
|
|
|
|
PS1="%B%{$fg[red]%}[%{$fg[yellow]%}%n%{$fg[green]%}@%{$fg[blue]%}%M %{$fg[magenta]%}%~%{$fg[red]%}]%{$reset_color%}$%b "
|
|
|
|
|