mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-27 20:25:12 +00:00
Fix extra space in fish_title
Closes #5517. Credit goes to @jadenPete. [skip-ci]
This commit is contained in:
parent
6d11e46428
commit
2fdcc4544a
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
||||||
function fish_title
|
function fish_title
|
||||||
echo (status current-command) " " (__fish_pwd)
|
echo (status current-command) (__fish_pwd)
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue