dotfiles/universal/.zsh/setopt

9 lines
214 B
Plaintext
Raw Permalink Normal View History

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