FAQ: shorter fish_title fix

[skip ci]
This commit is contained in:
David Adam 2015-05-20 17:04:34 +08:00
parent a83323705d
commit 1c99ef5b6e

View file

@ -162,7 +162,7 @@ Quick answer:
Run the following command in fish:
\fish{cli-dark}
echo 'function fish_title;end' >> ~/.config/fish/config.fish
function fish_title; end; funcsave fish_title
\endfish
Problem solved!