mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
Squee.zsh-theme a pleasant little zsh-theme
This commit is contained in:
parent
fec2b905e5
commit
b637dbd84a
1 changed files with 5 additions and 1 deletions
|
|
@ -1,4 +1,8 @@
|
||||||
LHOST=$(scutil --get LocalHostName)
|
# 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]]
|
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
|
[$fg[white]%~$(git_prompt_info)$fg[white]$(rvm_prompt_info)$fg_bold[magenta]]$reset_color
|
||||||
$ '
|
$ '
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue