mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-23 02:35:38 +01:00
Use hostname for vaskas theme
This commit is contained in:
parent
2aafe73f95
commit
dd1746586d
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ if [[ "$TERM" != "dumb" ]] && [[ "$DISABLE_LS_COLORS" != "true" ]]; then
|
|||
MODE_INDICATOR="%{$fg_bold[red]%}❮%{$reset_color%}%{$fg[red]%}❮❮%{$reset_color%}"
|
||||
local return_status="%{$fg[red]%}%(?..⏎)%{$reset_color%}"
|
||||
|
||||
PROMPT='%{$fg[magenta]%}`uname -r`$(git_prompt_info) %(!.%{$fg_bold[red]%}#.%{$fg[green]%}❯)%{$reset_color%} '
|
||||
PROMPT='%{$fg[magenta]%}%m$(git_prompt_info) %(!.%{$fg_bold[red]%}#.%{$fg[green]%}❯)%{$reset_color%} '
|
||||
|
||||
ZSH_THEME_GIT_PROMPT_PREFIX=" %{$fg[blue]%}%{$fg[cyan]%}"
|
||||
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue