mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
13 lines
715 B
Bash
13 lines
715 B
Bash
# Squee a pleasant little zsh-theme
|
|
|
|
# LHOST=$(scutil --get LocalHostName)
|
|
# ^ uncomment and v comment - for better os x hostname support
|
|
LHOST=$HOST
|
|
PROMPT='$fg_bold[magenta][$fg[white]%t$fg_bold[magenta]]$fg_bold[magenta] [$fg[white]%n@$LHOST$fg_bold[magenta]]
|
|
[$fg[white]%~$(git_prompt_info)$fg[white]$(rvm_prompt_info)$fg_bold[magenta]]$reset_color
|
|
$ '
|
|
# git theming
|
|
ZSH_THEME_GIT_PROMPT_PREFIX=" $fg_bold[red]($fg_bold[white]"
|
|
ZSH_THEME_GIT_PROMPT_SUFFIX="$fg_bold[red])"
|
|
ZSH_THEME_GIT_PROMPT_CLEAN=""
|
|
ZSH_THEME_GIT_PROMPT_DIRTY="$fg_bold[cyan]*"
|