mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-29 18:51:15 -03:00
Fix extra space in fish_title
Closes #5517. Credit goes to @jadenPete. [skip-ci]
This commit is contained in:
committed by
ridiculousfish
parent
97f0cc9662
commit
d5d80c0742
@@ -1,3 +1,3 @@
|
||||
function fish_title
|
||||
echo (status current-command) " " (__fish_pwd)
|
||||
echo (status current-command) (__fish_pwd)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user