Files
dotfiles/universal/.zsh/setopt
T

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%} "