This website requires JavaScript.
Explore
Help
Register
Sign In
github-mirror
/
fish-shell
Watch
2
Star
0
Fork
0
You've already forked fish-shell
mirror of
https://github.com/fish-shell/fish-shell.git
synced
2024-12-03 08:23:51 +08:00
Code
Issues
Actions
3
Packages
Projects
Releases
Wiki
Activity
a2a9709fd9
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 19:53:45 +08:00
function
fish_title
Fix extra space in `fish_title` Closes #5517. Credit goes to @jadenPete. [skip-ci]
2019-01-14 06:14:04 +08: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 19:53:45 +08:00
end
Reference in New Issue
Copy Permalink