shell: show background jobs in pure prompt in fish shell

This commit is contained in:
Nico 2025-06-21 23:51:45 +10:00
parent ec4dfe1936
commit 802038698a

View file

@ -74,7 +74,7 @@ SETUVAR pure_reverse_prompt_symbol_in_vimode:true
SETUVAR pure_separate_prompt_on_error:false SETUVAR pure_separate_prompt_on_error:false
SETUVAR pure_shorten_prompt_current_directory_length:0 SETUVAR pure_shorten_prompt_current_directory_length:0
SETUVAR pure_shorten_window_title_current_directory_length:0 SETUVAR pure_shorten_window_title_current_directory_length:0
SETUVAR pure_show_jobs:false SETUVAR pure_show_jobs:true
SETUVAR pure_show_prefix_root_prompt:false SETUVAR pure_show_prefix_root_prompt:false
SETUVAR pure_show_subsecond_command_duration:false SETUVAR pure_show_subsecond_command_duration:false
SETUVAR pure_show_system_time:false SETUVAR pure_show_system_time:false