configs  Check-in [1c4afa3fc9]

Overview
Comment:fish: Set a nicer title
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 1c4afa3fc97273ff115bf987134c9783db4a57610f3bf8cf4f39def021cb1c04
User & Date: js on 2020-01-24 03:21:55
Other Links: manifest | tags
Context
2020-01-25
12:32
fish: Rudimentary completion for pkg_{add,info} check-in: 368fcf3d27 user: js tags: trunk
2020-01-24
03:21
fish: Set a nicer title check-in: 1c4afa3fc9 user: js tags: trunk
2020-01-22
21:38
fish: Slightly change command and operator color check-in: c22a3e608c user: js tags: trunk
Changes

Added config/fish/functions/fish_title.fish version [6f6b7e4d33].







>
>
>
1
2
3
function fish_title
	echo (status current-command) · (prompt_pwd) · (prompt_hostname)
end