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: |
1c4afa3fc97273ff115bf987134c9783 |
User & Date: | js 2020-01-24 03:21:55 |
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.
> > > | 1 2 3 | function fish_title echo (status current-command) · (prompt_pwd) · (prompt_hostname) end |