diff --git a/zsh/lib/colors.zsh.zwc b/zsh/lib/colors.zsh.zwc index 9e1450f..b9689d4 100644 Binary files a/zsh/lib/colors.zsh.zwc and b/zsh/lib/colors.zsh.zwc differ diff --git a/zsh/lib/machines.zsh.zwc b/zsh/lib/machines.zsh.zwc new file mode 100644 index 0000000..1bf4ac5 Binary files /dev/null and b/zsh/lib/machines.zsh.zwc differ diff --git a/zsh/lib/plugins.zsh.zwc b/zsh/lib/plugins.zsh.zwc new file mode 100644 index 0000000..5e59f1d Binary files /dev/null and b/zsh/lib/plugins.zsh.zwc differ diff --git a/zsh/lib/utils.zsh.zwc b/zsh/lib/utils.zsh.zwc index b76c869..7054044 100644 Binary files a/zsh/lib/utils.zsh.zwc and b/zsh/lib/utils.zsh.zwc differ diff --git a/zsh/themes/adlee.zsh-theme b/zsh/themes/adlee.zsh-theme index c9b1efc..656e8e2 100644 --- a/zsh/themes/adlee.zsh-theme +++ b/zsh/themes/adlee.zsh-theme @@ -78,10 +78,10 @@ _adlee_build_prompt() { # %(#.TRUE.FALSE) - red for root, blue for users if [[ -n $UPDATE_PKG_COUNT && $UPDATE_PKG_COUNT -gt 0 ]];then PROMPT='%{$FG[241]%}┌「%{$FG[118]%}%n@%m%{$reset_color$FG[241]%}」 「%{$FG[179]%}%~%{$reset_color$FG[241]%}$(git_prompt_info)%{$FG[241]%}」 「%{$FG[111]%}⇑${UPDATE_PKG_COUNT}%{$reset_color$FG[241]%}」 -%{$FG[241]%}└%{$FX[bold]%}%(#.%{$FG[196]%}.%{$FG[069]%})%#%{$reset_color%} ' +%{$FG[241]%}└%{$FX[bold]%}%(#.%{$FG[196]%}.%{$FG[069]%})%# %{$reset_color%}' else PROMPT='%{$FG[241]%}┌「%{$FG[118]%}%n@%m%{$reset_color$FG[241]%}」 「%{$FG[179]%}%~%{$reset_color$FG[241]%}$(git_prompt_info)%{$FG[241]%}」 -%{$FG[241]%}└%{$FX[bold]%}%(#.%{$FG[196]%}.%{$FG[069]%})%#%{$reset_color%} ' +%{$FG[241]%}└%{$FX[bold]%}%(#.%{$FG[196]%}.%{$FG[069]%})%# %{$reset_color%}' fi } diff --git a/zsh/themes/adlee.zsh-theme.zwc b/zsh/themes/adlee.zsh-theme.zwc deleted file mode 100644 index 2645e28..0000000 Binary files a/zsh/themes/adlee.zsh-theme.zwc and /dev/null differ