ntfy-server/docs
Benjamin Kenawell 046c0e8c79 Add comment for zsh users in the terminal example
Bash and Zsh terminals' history works slightly different. In bash, the
current command is in the history already. In zsh, the
history command does not have the currently running command in it.  But
it does set the HISTCMD variable to the entry number for the current
command. So we can load the current command with `history "$HISTCMD"` in
zsh and apply the same sed filter to get the same result as the bash
`history | tail -n1` command.

I think it makes more sense to leave this as a comment in the current
example than to create a new example, since it otherwise works the exact
same.  I've added this to my workflow locally!
2026-02-18 08:07:08 -05:00
..
_overrides Update banner in docs 2023-04-29 13:09:25 -04:00
publish fix typos 2026-01-10 22:03:41 -05:00
static Add better F-Droid logo 2026-02-04 18:32:08 -08:00
subscribe Add better F-Droid logo 2026-02-04 18:32:08 -08:00
config.md Move client config file logic, docs 2026-01-17 17:51:33 -05:00
contact.md Restructure contact page 2026-01-02 08:10:34 -05:00
contributing.md Contact page 2026-01-02 08:05:39 -05:00
deprecations.md Remove Rate-Topics 2024-03-07 10:07:42 -05:00
develop.md Fix: Clarify F-Droid flavor excludes Google Services 2026-02-16 15:43:57 +01:00
emojis.md Fixing docs links 2023-10-29 12:32:08 -04:00
examples.md Add comment for zsh users in the terminal example 2026-02-18 08:07:08 -05:00
faq.md AI docs, needs work 2026-01-14 21:48:21 -05:00
hooks.py Remove dependence on mkdocs-simple-hooks 2024-02-05 13:29:55 +01:00
index.md Add better F-Droid logo 2026-02-04 18:32:08 -08:00
install.md Changelog 2026-02-08 22:18:45 -05:00
integrations.md Update integrations.md 2026-02-15 19:41:22 +01:00
known-issues.md docs: remove firefox-android known issue 2023-09-27 23:44:38 +02:00
privacy.md Contact and contributing page 2026-01-02 07:59:02 -05:00
publish.md Copy fix 2026-02-08 22:31:22 -05:00
releases.md Changelog 2026-02-08 22:18:45 -05:00
terms.md Terms of service 2026-01-26 20:31:11 -05:00
troubleshooting.md Fix indent 2026-01-17 03:29:40 -05:00