dotfiles/universal/.zsh/setopt
2015-04-12 18:06:28 -05:00

9 lines
214 B
Plaintext
Executable File

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