mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-23 20:54:04 +08:00
feb6e9c90b
The prompt is a fallback that is overridden via a function file anyway. Do that with the title as well, so we can use just builtins. This removes error messages when $fish_function_path is borked.
4 lines
75 B
Fish
4 lines
75 B
Fish
function fish_title
|
|
echo (status current-command) " " (__fish_pwd)
|
|
end
|