dotfiles/Old/NOVA/home/.zsh/setopt

8 lines
188 B
Plaintext
Raw Normal View History

2015-04-12 23:06:28 +00:00
# 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%} "