This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
fish-shell
Watch
2
Star
0
Fork
You've already forked fish-shell
0
mirror of
https://github.com/fish-shell/fish-shell
synced
2024-12-26 21:03:12 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
35b3f7fee8
fish-shell
/
share
/
functions
/
fish_title.fish
4 lines
71 B
Fish
Raw
Normal View
History
Unescape
Escape
Make DEFAULT_PROMPT and DEFAULT_TITLE work without functions 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.
2018-05-12 11:53:45 +00:00
function
fish_title
Fix extra space in `fish_title` Closes #5517. Credit goes to @jadenPete. [skip-ci]
2019-01-13 22:14:04 +00:00
echo
(
status
current-
command
)
(
__fish_pwd
)
Make DEFAULT_PROMPT and DEFAULT_TITLE work without functions 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.
2018-05-12 11:53:45 +00:00
end
Reference in a new issue
Copy permalink