diff --git a/wallpaper.jpg b/wallpaper.jpg index 784f279..176db82 100644 Binary files a/wallpaper.jpg and b/wallpaper.jpg differ diff --git a/zsh-themes/minimal.zsh-theme b/zsh-themes/minimal.zsh-theme index 1f8cc73..e6f35cc 100644 --- a/zsh-themes/minimal.zsh-theme +++ b/zsh-themes/minimal.zsh-theme @@ -2,7 +2,7 @@ function prompt_char { if [ $UID -eq 0 ]; then echo "#"; else echo $; fi } -PROMPT='%{$reset_color%}%{$fg_bold[white]%}$(prompt_char)$(git_prompt_info)> %{$reset_color%}' +PROMPT='%{$reset_color%}%{$fg_bold[white]%}%c $(prompt_char)$(git_prompt_info)> %{$reset_color%}' ZSH_THEME_GIT_PROMPT_PREFIX=" (" ZSH_THEME_GIT_PROMPT_SUFFIX=")"