![]() |
![]()
| ![]() |
![]()
NAMEfish_prompt - define the appearance of the command line prompt SYNOPSISfish_prompt function fish_prompt DESCRIPTIONThe fish_prompt function is executed when the prompt is to be shown, and the output is used as a prompt. The exit status of commands within fish_prompt will not modify the value of $status outside of the fish_prompt function. fish ships with a number of example prompts that can be chosen with the fish_config command. EXAMPLEA simple prompt: function fish_prompt -d "Write out the prompt" COPYRIGHT2024, fish-shell developers
|