1
1
Fork 0

fish: Set a nicer title

This commit is contained in:
Jonathan Schleifer 2020-01-24 03:21:54 +00:00
parent e66fcd297f
commit d50afccc3e

View file

@ -0,0 +1,3 @@
function fish_title
echo (status current-command) · (prompt_pwd) · (prompt_hostname)
end