7 lines
225 B
Bash
7 lines
225 B
Bash
# vim:set ft=zsh
|
|
HISTSIZE=10000000
|
|
SAVEHIST=10000000
|
|
HISTFILE="$XDG_DATA_HOME/zsh/history"
|
|
PS1="%B%F{blue}%n%F{cyan}@%F{blue}%m %F{magenta}[%f%3~%F{magenta}] %(?.%F{green}.%F{red})»%f%b "
|
|
RPS1="%(?..%F{red}%?)"
|
|
KEYTIMEOUT=1
|