modify zsh theme
This commit is contained in:
parent
3d0dd170ba
commit
3497ccc7b1
@ -9,6 +9,7 @@ export ZSH=$HOME/.oh-my-zsh
|
|||||||
# to know which specific one was loaded, run: echo $RANDOM_THEME
|
# to know which specific one was loaded, run: echo $RANDOM_THEME
|
||||||
# See https://github.com/ohmyzsh/ohmyzsh/wiki/Themes
|
# See https://github.com/ohmyzsh/ohmyzsh/wiki/Themes
|
||||||
ZSH_THEME="ys-simple"
|
ZSH_THEME="ys-simple"
|
||||||
|
HOST="VM-ubuntu"
|
||||||
|
|
||||||
# Set list of themes to pick from when loading at random
|
# Set list of themes to pick from when loading at random
|
||||||
# Setting this variable when ZSH_THEME=random will cause zsh to load
|
# Setting this variable when ZSH_THEME=random will cause zsh to load
|
||||||
|
|||||||
@ -82,7 +82,7 @@ local exit_code="%(?,,C:%{$fg[red]%}%?%{$reset_color%})"
|
|||||||
|
|
||||||
PROMPT="
|
PROMPT="
|
||||||
%{$terminfo[bold]$fg[blue]%}#%{$reset_color%} \
|
%{$terminfo[bold]$fg[blue]%}#%{$reset_color%} \
|
||||||
%{$fg[green]%}%m \
|
%(#,%{$fg[green]%}%m,%{$fg[cyan]%}%m) \
|
||||||
%{$reset_color%}in \
|
%{$reset_color%}in \
|
||||||
%{$terminfo[bold]$fg[yellow]%}%~%{$reset_color%}\
|
%{$terminfo[bold]$fg[yellow]%}%~%{$reset_color%}\
|
||||||
${hg_info}\
|
${hg_info}\
|
||||||
|
|||||||
@ -182,4 +182,4 @@ configure_apt_install
|
|||||||
configure_zsh
|
configure_zsh
|
||||||
configure_tmux
|
configure_tmux
|
||||||
configure_iptables
|
configure_iptables
|
||||||
configure_hostname
|
# configure_hostname
|
||||||
|
|||||||
@ -182,4 +182,4 @@ configure_apt_install
|
|||||||
configure_zsh
|
configure_zsh
|
||||||
configure_tmux
|
configure_tmux
|
||||||
configure_iptables
|
configure_iptables
|
||||||
configure_hostname
|
# configure_hostname
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user