dotfiles/Old/NOVA/home/.zsh/setopt
2015-04-12 18:06:28 -05:00

8 lines
188 B
Plaintext

# Created by newuser for 4.3.12
autoload -U compinit promptinit
autoload -U colors && colors
compinit
promptinit
PROMPT="[%T][%B%{$fg[cyan]%}%n@%M]%b%{$fg[cyan]%}[%~]%#%{$reset_color%} "