![]() |
![]()
| ![]() |
![]()
NAMEfish_title - define the terminal's title SYNOPSISfish_title function fish_title DESCRIPTIONThe fish_title function is executed before and after a new command is executed or put into the foreground and the output is used as a titlebar message. The first argument to fish_title contains the most recently executed foreground command as a string, if any. This requires that your terminal supports programmable titles and the feature is turned on. To disable setting the title, use an empty function (see below). EXAMPLEA simple title: function fish_title Do not change the title: function fish_title end COPYRIGHT2024, fish-shell developers
|