mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-22 04:51:12 +02:00
fix(michelebologna): correct jobs label from 'fg:' to 'jobs:'
This commit is contained in:
parent
4af86434f0
commit
8d75d60a07
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ local current_dir="%~"
|
|||
local username_output="%(!..${username_color}${username}${reset}@)"
|
||||
local hostname_output="${hostname_color}${hostname}${reset}"
|
||||
local current_dir_output="${current_dir_color}${current_dir}${reset}"
|
||||
local jobs_bg="${red}fg: %j$reset"
|
||||
local jobs_bg="${red}jobs: %j$reset"
|
||||
local last_command_output="%(?.%(!.$red.$green).$yellow)"
|
||||
|
||||
ZSH_THEME_GIT_PROMPT_PREFIX=""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue